Test yourself

Create a simple calculator to take 2 integer variables from the user and perform additional on the 2 integer. Lastly, print out the equation with the answer.

simpleCalculator
One way of writing the program

NOTE: There can be many ways to write a program and give the same result.

Leave a comment