Processing of Examination Marks Marks obtained by a batch of students in the Annual Examination are tabulated as follows
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Processing of Examination Marks Marks obtained by a batch of students in the Annual Examination are tabulated as follows
Processing of Examination Marks Marks obtained by a batch of students in the Annual Examination are tabulated as follows: Student name Marks obtained S.Laxmi 45 67 38 55 V.S.Rao 77 89 56 69 Write a program to compute the total marks obtained by each student and print the rank list based on the total marks. The program must stores the student names in the array name and the marks in the array marks. After computing the total marks obtained by all the students, the program prepares and prints the rank list.