Add Two Numbers

The user will be prompted to enter 2 numbers. Your program should add them, and out the result in the form “The answer is: x” where x is the answer to the sum.

Scroll to Top