Question: What will the program display when the ID is the number 11? 2. How can you write the multiple-alternative selection structure using the longer form
What will the program display when the ID is the number 11?
2. How can you write the multiple-alternative selection structure using the longer form of the if statement?
3. How can you write the multiple-alternative selection structure using the shorter form of the if statement?
4. How can you write the multiple-alternative selection structure using the switch statement?
5. What changes would you need to make to the code from Question 4 so that each case clause displays the appropriate price and the default clause displays the invalid id Invalid ID messag
start enter ID 2.9 5, 7, 11 Other price = 50.55 price = 12.35 price = 11.46 price = -1 price is -1 display price display "Invalid ID" stop start enter ID 2.9 5, 7, 11 Other price = 50.55 price = 12.35 price = 11.46 price = -1 price is -1 display price display "Invalid ID" stop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
