Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This has to be done with C# coding language. Please use a while loop to let the user input grade weights of categories until they

This has to be done with C# coding language. Please use a while loop to let the user input grade weights of categories until they enter 0 in which the loop should exit with keyword "break". After this, it should display their final grade, maximum possible grade, final letter grade, and the condition of whether they passed or failed the class. The final letter grade should be given using an if statement. An F is from 0-59.99, D- is from 60-62.99, D is from 63-66.99, D+ is from 67-69.99, C- is from 70-72.99, C is from 73-76.99, C+ is from 77-79.99, B- is from 80-82.99, B is from 83-86.99, B+ is from 87-89.99, A- is from 90-92.99, A is from 93-96.99, A+ is from 97 or higher. If the student receives a grade of C or higher, display a congratulation message of passing. If the student receives a grade of C- or lower, display an unfortunate message of failing. One sample output is shown below:
image text in transcribed

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

Medical Image Databases

Authors: Stephen T.C. Wong

1st Edition

1461375398, 978-1461375395

More Books

Students also viewed these Databases questions

Question

5. Identify three characteristics of the dialectical approach.

Answered: 1 week ago

Question

6. Explain the strengths of a dialectical approach.

Answered: 1 week ago

Question

4. Explain the strengths and weaknesses of each approach.

Answered: 1 week ago