Question: C programingProblem 6 : ( 1 0 pts ) Write a program named grade. The program should prompt the user to input two grade values

C programingProblem 6: (10 pts)
Write a program named "grade". The program should prompt the user to input two grade values of type float, calculate the average of the two grades, and output a letter grade in upper case as follows:
\table[[94 to 100,A],[84 to 94,B],[72 to 84,C],[60 to 72,D],[All other values , F,]]
Example: for calculated average of 64 the output should be: The student with 64.00 average got a letter grade of D.
C programingProblem 6 : ( 1 0 pts ) Write a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!