198k views
1 vote
In a menu-driven program, what statement is used to determine and carry out the user’s desired action?

User Fpilee
by
8.8k points

1 Answer

4 votes
I had to look for the options and here is my answer:

The statement that is used to know and carry out the desired action of the user in a menu-driven program is this: if-elif-else. The "if-elif-else" is typically used in Python for decision making. The menu-driven program is used to navigate a software program.
User Raj Shekhar
by
7.5k points

No related questions found