Question: 3.) Write a RAPTOR program that asks the user to enter three numbers and then outputs the largest number that the user entered. This problem
3.) Write a RAPTOR program that asks the user to enter three numbers and then outputs the largest number that the user entered. This problem only requires Selection; you will expand the problem to use loops in the next exercise. Note: There are multiple ways to solve this problem. The easiest is to create three variables, one for each number that the user enters, and then use two Selections after reading all three numbers, to determine which is largest Sample run (user input in blue, master console output shown in orange): Enter a number: 10 Enter a number: 42 Enter a number: 12 The largest number was 42
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
