Write a program that inputs marks of N students and finds out the grade of each student.
Write a program that inputs marks of N students and finds out the grade of each student. The criteria to find out the grade is as under: i. If marks are 90 or above, then grade is A+ii. If marks are between 80 and 89, then grade is Aiii. If marks are between 60 and…