Write a program that will accept the grades of students until the user enters 0. Before the program terminates , determine and display the average grade, the highest grade, the lowest grade and number of students passed ( grades 60 and above ) and the number of students failed ( grades below 60).
Var : a= average h= highest l=lowest p=passed f=failed g=grades ctr=sum of number (a+h+l+f+p)