Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a program in C# that has 2 multiple choice questions. The following requirements must be included: 1. Users have two attempts only, show attempt

Create a program in C# that has 2 multiple choice questions.

The following requirements must be included: 1. Users have two attempts only, show attempt 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 two questions are answered. Use if...else if...else. The program must show the porcentage obtained in a scale from 0% to 100% AFTER the 2 questions have been answered. 4. User have options to answer the two questions again if first attempt score is not 100%. Use if statement.

6. Use string method .ToUpper() to allow users to enter with lowercase or uppercase letters for the answers.

-------------------------------------------------Output------------------------------------------------------

Multiple choice questions, select one answer in each question. (Note: You have 2 attempts, ATTEMPT :1)

1. Where is the capital of France? A. London B. Madrid C. Paris D. Rome

Answer: __d__ (Note: Wrong user input. Upper or lower case letter allowed.)

2. Where is Spain located? A. Asia B. Europe C. Africa D. South America Answer: __d__ (Note:Wrong user input. Upper or lower case letter allowed.)

Your Score is: 0%

Would you like to try one more time? (Y/N): __n___ (Note:User input n to end program. Upper or lower case letter allowed.)

Press any key to continue (Note: Program ends only if n is selected)

Or

Would you like to try one more time? (Y/N): __y__ (Note:User input y to continue with second attempt. Upper or lower case letter allowed)

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

Database Systems Introduction To Databases And Data Warehouses

Authors: Nenad Jukic, Susan Vrbsky, Svetlozar Nestorov

1st Edition

1943153191, 978-1943153190

More Books

Students also viewed these Databases questions

Question

Explain how to build high-performance service delivery teams.

Answered: 1 week ago

Question

Understand what a service-oriented culture is.

Answered: 1 week ago