7. 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
Answers
Answered by
1
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
Similar questions