Question
Multiple Choice Project Create a program written in C# with two multiple choice questions. Questions: 1. Where is the capital of the state of Florida?
Multiple Choice Project
Create a program written in C# with two multiple choice questions.
Questions:
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
DIRECTIONS:
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%)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started