Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

AutoCAD Database Connectivity

Authors: Scott McFarlane

1st Edition

0766816400, 978-0766816404

More Books

Students also viewed these Databases questions

Question

1. What are your creative strengths?

Answered: 1 week ago