in C#
Sometimes figuring letter grades is hard. Write a program that asks for, and reads from the user, a midterm exam gradeand a final exam grade. Compute the average of those two grades and ouput a letter grade based on the scale shownbelow. CHALLENGE PROBLEM: One of my graduate school classes modified the above calculation. This professor saidthat the final grade would be determined by the simple average of the midterm and the final, however, if the studentscored better on the final than they did on the midterm, the professor would weight the midterm exam at 25%, andthe final exam at 75% when computing the final grade. Modify your code to use this professors modification indetermining letter grade. Here is the grading scale:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here