Create a java program that will ask for 10 list of students with its corresponding general weighted average and sort it from highest to lowest grade to determine the top 10 honors students. If the students have the same general weighted average, the students should be rank accordingly. That is, your program should prompt the user that it has similar average.
Answers
Answered by
0
Answer:
This program calculates the grade of a student based on the marks entered by user ... If the average of marks is >= 80 then prints Grade 'A' ... this Program you should have the knowledge of following concepts of Java:.
Similar questions