We have to read the student details like their name and three course marks. Then we have to find total marks individually. Now have to display the top 3 students in class based on their total marks.
I have coded some as “n” is no of students and a,b,c as three courses marks. d as total marks
Can u please guide me to complete this problem?