| CodeRams Practice Problem Archive |
|---|
| Finished |
Your 5 year old cousin needs your help with some basic math. Write a program for him to do addition and subtraction.
The one and only line that you will be given is a math equation that uses addition and subtraction.
Print the following "(original equation) = (answer)".
1 + 5 + 7 - 2 =
1 + 5 + 7 - 2 = 11
| Name |
|---|


