Question 1 50 pts Write a C++ program that asks a user to type 1, 2, 3, or 4. When the user types 4, the program ends. When the user types 1, 2, or 3, the program displays the message "Good job!" and...


Question 1<br>50 pts<br>Write a C++ program that asks a user to type 1, 2, 3, or 4. When the user types 4, the program ends. When the user types 1, 2, or 3, the program displays the<br>message

Extracted text: Question 1 50 pts Write a C++ program that asks a user to type 1, 2, 3, or 4. When the user types 4, the program ends. When the user types 1, 2, or 3, the program displays the message "Good job!" and then asks for another input. When the user types anything else, the application issues an error message and then asks for another input. Filename: Mylnvest.cpp Hint: While loop and If-Else selection structures are recommended in this problem.

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here