I just learned matlab and my coding can be considered quite long since I code it one by one. Can someone help me to improvise my coding ?
Develop a MATLAB program that input for students’ final grades in a given class (the grades are
integer values in the range 1-9) after each time the program prompts "Do you want enter more
Grade Y/N :" until user press N. The program then displays the class grade average, the highest
grade, and how many students in the class failed the course (a grade less than 4 is a failing grade).