in C# Sometimes figuring letter grades is hard. Write a program that asks for, and reads from the user, a midterm exam grade and a final exam grade. Compute the average of those two grades and ouput a...


in C#


Sometimes figuring letter grades is hard. Write a program that asks for, and reads from the user, a midterm exam grade

and a final exam grade. Compute the average of those two grades and ouput a letter grade based on the scale shown

below. CHALLENGE PROBLEM: One of my graduate school classes modified the above calculation. This professor said

that the final grade would be determined by the simple average of the midterm and the final, however, if the student

scored better on the final than they did on the midterm, the professor would weight the midterm exam at 25%, and

the final exam at 75% when computing the final grade. Modify your code to use this professors modification in

determining letter grade. Here is the grading scale:





A<br>В<br>F<br>>=89.5%<br>>=79.5% and <89.5%<br>>=69.5% and <79.5%<br>>=59.5% and <69.5%<br><59.5%<br>

Extracted text: A В F >=89.5% >=79.5% and <89.5%>=69.5% and <79.5%>=59.5% and <69.5%><>

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here