Question: Write a Java program that prompts that user for three (whole) numbers. Use a (single) Scanner object to read these three numbers from the user.
Write a Java program that prompts that user for three (whole) numbers. Use a (single) Scanner object to read these three numbers from the user. Add the numbers together and then display their sum.
Example:
Please enter the first number: 3 Please enter the second number: 7 Please enter the third number: 42 The sum is 52
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
