I need to write a code that takes 5 students and takes a grade for each of them, using two quizzes (10 points each), one midterm (50 points) and one final (100 points), and then gives final grade. It has to use an array.
I tried to do this code last time without an array and only one student and I failed, so if I could get some help, that would be awesome.