Repeat the previous exercise, but define an enumeration and use it within the switch statement. Previous exercise

Question:

Repeat the previous exercise, but define an enumeration and use it within the switch statement.


Previous exercise

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: