Question: Write a program that asks user for two integers, calculates their sum and prints it on screen. After printing the program shuts down. Tip:
Write a program that asks user for two integers, calculates their sum and prints it on screen. After printing the program shuts down. Tip: Program is very similar to the example in the chapter. There are many ways to write this program but you will probably need two variables. You will also need the addition operator +. Example print: Type the first number: 3 Type the second number: 18 Sum of the numbers is: 21 Example output: Type the first number: 3 Type the second number: 18 Sum of the numbers is 21 The output of the program must be exactly the same as the example output (the most strict comparison level)
Step by Step Solution
There are 3 Steps involved in it
The image you provided shows instructions for writing a program that asks the user for two integers ... View full answer
Get step-by-step solutions from verified subject matter experts
