Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This must be done with C# coding language. Please use a while loop to let the user input grade weights of categories until they enter
This must 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: Windows system exe
Please enter the weight of category :
Please enter the percentage grade earned:
Please enter the weight of category :
Oplease enter the percentage grade earned:
Please enter the weight of category :
SPlease enter the percentage grade earned:
c
Please enter the weight of category :
Please enter the percentage grade earned:
Please enter the weight of category :
Please enter the percentage grade earned:
Please enter the weight of category :
Your final percentage grade is
The highest grade possible for this class was
Your final letter grade is
Unfortunately, you failed this class. You will have to repeat the course again next semester.
EPress any key to continue..
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