Question: Programming Language: C# (C- Sharp) Microsoft Visual Studio (Please add screenshots if possible) Multiple Choice Project Create a program with two multiple choice questions. 1.
Multiple Choice Project Create a program with two multiple choice questions. 1. Users have two attempts only, show attempt number each time. Hint: while loop with break control. (20%) 2. Only one correct answer for each question, use switch case for each question. (20%) 3. Show total score after the two questions are answered. Hint: if...else if...else. (20%) 4. User have options to answer the two questions again if first attempt score is not 100%. Hint: if statment. (20%) 5. Use string method. ToUpper() to allow users to enter with lowercase or uppercase letters. (20%) 1. Where is the capital of the state of Florida? A. Orlando B. Tallahassee C. Miami D. Tampa Answer: B 2. Where is Walt Disney World Park located in Florida? A. Orlando B. Tallahassee C. Miami D. Tampa Answer: a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
