Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribed
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

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

SQL For Data Science Data Cleaning Wrangling And Analytics With Relational Databases

Authors: Antonio Badia

1st Edition

3030575918, 978-3030575915

More Books

Students also viewed these Databases questions

Question

What is the purpose of a data communications standard?

Answered: 1 week ago