Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an application that will keep prompting the user to input all 3 of their quiz grades (using a For loop). Calculate the average of

Create an application that will keep prompting the user to input all 3 of their quiz grades (using a For loop). Calculate the average of their quiz scores and output the result. When you display the result, make sure to use a Format Specifier for percentages.

Create an application that asks the user for their quiz score, add their input to an accumulator and then ask the user if they have another score to enter. If they do, ask for the quiz score and repeat the process until they say no. Make sure that their answer is case insensitive (e.g. they can say Yes or yes and your code treats it the same). Once they say no, calculate the average of all of the quiz scores based upon your accumulator and your counting variable. Make sure that you use some sort of a While Loop, an accumulating variable (to keep track of the total quiz scores), and a counting variable (to keep track of the number of scores they entered).

* IN C# PLEASE !! *

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 And Transaction Processing

Authors: Philip M. Lewis, Arthur Bernstein, Michael Kifer

1st Edition

0201708728, 978-0201708721

More Books

Students also viewed these Databases questions

Question

4. Who would lead the group?

Answered: 1 week ago