Question: ***USING C++ LANGUAGE PLEASE*******USING C++ LANGUAGE PLEASE*******USING C++ LANGUAGE PLEASE**** Write a program that will input letter grades (A, B, C, D, F), the number
***USING C++ LANGUAGE PLEASE*******USING C++ LANGUAGE PLEASE*******USING C++ LANGUAGE PLEASE****

Write a program that will input letter grades (A, B, C, D, F), the number of which is input by the user (a maximum of 50 grades). The grades will be read into an array. A function will be called five times (once for each letter grade) and will return the total number of grades in that category. The input to the function will include the array, number of elements in the array and the letter category (A,B,C,D or F). The pro-gram will print the number of grades that are A,B, etc. Sample Ruw: Pleose input the nunber of grades to be read in. (1-50) 6 A11 grades must be upper case ABCD or F Input a grade A Input a grade c Input a grade A Input a grade B Input a grade B Input a grade Nunber of A2 Wunber of B=2 Nunber of c1 Nunber of 01 Nunber of F=0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
