Question: Create C# program with two multiple choice questions. The program MUST include the following features: 1. Users have 2 ATTEMPTS ONLY , show attmpt number
Create C# program with two multiple choice questions.
The program MUST include the following features:
1. Users have 2 ATTEMPTS ONLY , show attmpt number each time. Use: while loop with break control.
2. Only one correct answer for each question, use switch case for each question. 3. Show total score after the 2 questions are answered. Use: if...else if...else. 4. User have options to answer the two questions again if first attempt score is not 100%. Use: if statement. 5. Use string method .ToUpper() to allow users to enter with lowercase or uppercase letters.
Output -----------------------------------------




After re-opening the program:


CAWIN Multiple choice Questions select only one answer in each question (Note you have two attempts total, attempt 1) 1. Where is the capital of the state of Florida? A. Orlando B. Tallahassee C. Miami D. Tampa Answer: C 2. Where is Walt Disney World Park located in Florida? A. Orlando B. Tallahassee C. Miami D. Tampa Answer: Your score is: 0 Would you like to try one more time? (Y/N)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
