Write a program to take as input the marks of 20 students in a single subscripted variable Marks[ ]. Then print the average marks, the highest three marks and the lowest three marks.
Answers
Answered by
0
Answer:
Write a program in Java using arrays:
(a) To store the Roll No., Name and marks in six subjects for 100 students.
(b) Calculate the percentage of marks obtained by each candidate. The maximum marks in each subject are 100.
(c) Calculate the Grade as per the given criteria:
Percentage Marks Grade
From 80 to 100 A
From 60 to 79 B
From 40 to 59 C
Less than 40 D
Similar questions