Answered step by step
Verified Expert Solution
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 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 D is from D is from D is from C is from C is from C is from B is from B is from B is from A is from A is from A is from 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:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started