Tell us what’s happening:
I can’t understand how this project work…I have read multiple times the introduction but it doesn’t make sense to me…Can someone explain it to me??
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
.
Challenge: Arithmetic Formatter
Link to the challenge:
ILM
2
you just need to put the arithmetic operations and display them nicely following the required rules
if your input is ["32 + 698", "3801 - 2", "45 + 43", "123 + 49"]
you need to take those numbers and make them nice and pretty:
32 3801 45 123
+ 698 - 2 + 43 + 49
----- ------ ---- -----
you need to follow the given rules in building the output: