Question: Write a C++ program that displays the following menu choices: 1. Start the program 2.End the program WHen the user chooses the first choice, it
Write a C++ program that displays the following menu choices:
1. Start the program
2.End the program
WHen the user chooses the first choice, it should welcome the user to the program. When the user chooses second choice, it should say "Good Bye, thank you for using the program." For any other choice, the program should alert the user to enter only choices 1 and 2.
-----------Write a C++ program that literally diplays the following output:
(2018) (2019) (2020) (2021) (2022) (2023) (2024) (2025) (2026) (2027) (2028)
The output must appear in a single line and there must be a space tab spacing between a closing parenthesis and the next opening parenthesis. A LOOP MUST BE USED.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
