Question: Use the following program #include #include using namespace std; int main() { int choice; // Menu choice should be 1, 2, or 3 // Display
Use the following program
#include
}
* Output in here means what is shown in the console window. For example, cout<<"Hello world! "; outputs Hello World!
What is the output of the program if user entered 1?
What is the output of the program if user entered 2?
What is the output of the program if the user entered 0?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
