Repeat Exercise 13, but use a multibranch if-else statement instead of a switch statement. Exercise 13 Imagine

Question:

Repeat Exercise 13, but use a multibranch if-else statement instead of a switch statement.


Exercise 13

Imagine a program that displays a menu of five possible choices, lettered a through e. Suppose the user’s selection is read into the character variable choice. Write a switch statement that reacts to this choice by displaying a message that indicates the choice. Display an error message if the user makes an invalid choice.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: