Chapter 11: Problem 3
What type of structure do you use in a program to perform the action that the user has selected from a menu?
Short Answer
Expert verified
Answer: A switch-case statement is used in a program to perform the action that the user has selected from a menu. This control structure allows the program to efficiently handle multiple actions based on the user's choice.