Class Grade Ranking

# Introduction In this challenge, we will write a program to sort and print the grades of the students in a class from high to low. The class consists of 40 students with student numbers ranging from 180201 to 180240. Each student has taken the Java Collection stage test and obtained their scores, which are randomly generated within the range of 50-100. The program should also handle cases where students have the same grade, by prioritizing the student with the smaller student number.

|60 : 00

Click the virtual machine below to start practicing