Question: PLS do NOT USE USING NAMESPACE STD; DO NOT PLS IS for C++ imir.io/assignment 5 - Loops 12. Guess the Year saved 15 points possible
PLS do NOT USE USING NAMESPACE STD; DO NOT PLS IS for C++ 
imir.io/assignment 5 - Loops 12. Guess the Year saved 15 points possible Reset to Starte This is a very short trivia game. See if the user can guess the year that MDC (formerly Dade County Junior College) first started offering classes (1960). If the user guesses incorrectly, ask if they want another attempt. Once the user gets it right, report the number of guesses needed and end the program. Initial Output: MDC was originally named Dade County Junior College. Output (per loop! In what year were classes first offered? [user types: 1980] That answer is incorrect. Do you want to try again? [user types: yl In what year were classes first offered? [user types: 1960] Your answer is correct! It took you 2 tries to guess it. Notes and Hints: 1) You can use whatever loop you feel is best 2) You must accept the upper and lower case versions of Y and N in the user's reply 3) The program must end when the user gets it right. Do not ask if they want to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
