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
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.
Step by Step Solution
3.46 Rating (156 Votes )
There are 3 Steps involved in it
enum Choice a b c d e Choice choice Choicea switchchoice case a ... View full answer
Get step-by-step solutions from verified subject matter experts
