Question: Exercise 2 (15 pts) So far, we have only written programs that execute one statement after another in a linear fashion. Conditional statements allow us

Exercise 2 (15 pts) So far, we have only written programs that execute one statement after another in a linear fashion. Conditional statements allow us to write branching programs that execute different code depending on which conditions are true or false. To practice the use of conditional statements, write a progranm that does the following: 1. Ask the user to input three numbers 2. Print a message to the shell with the largest of the three numbers. For example "The largest of the numbers entered is X
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
