Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

the professor has built a 3 X 5 2 dimensional array of grades. the array contain

ID: 3636878 • Letter: T

Question

the professor has built a 3 X 5 2 dimensional array of grades. the array contains the test grades of students in the professor's advanced compiler desing class.write compile run a c++ prorgam that reads 15 array values and then determines the total number of grades in these ranges: less than 60, greater than or equal to 60 and less than 70, greater than or equal to 70and less than 80, greater than or equal to 80 and less than 90, and greater than or equal to 90. be sure to enter 15 grades each time you run the written.

Explanation / Answer

int main(){ int values = 0; int grades[3][5]; while(values