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.

NOTE: There can be many ways to write a program and give the same result.
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.

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