2012-02-06
Write a program that will accept two numbers from a user and add them up. It will then display the answer as well as the two numbers entered. It might be good to start by asking the user their name. This is the ideal ending I would want: Hello, Joe, you entered two numbers 23 and 56 and the sum of those numbers is 79. Can u help me understand how to do this it is for a new class I have .
|