Computer Science, asked by deeptangshi17, 8 months ago

what is menu driven program in c++​

Answers

Answered by claryjune415141
1

Answer:programs in which switch case is used

It is used for giving the user choices

Explanation:

Answered by mksmamta1407
1

Answer:

Menu Driven Program in C++ Write a program that lets the user perform arithmetic operations on two numbers. Your program must be menu driven, allowing the user to select the operation (+, -, *, or /) and input the numbers.

Similar questions