Student Score Ranking System

# Introduction In this challenge, our objective is to create a ranking system for student scores at Stark Industries University. To achieve this, we must compute the routine scores for every student based on their respective student IDs and then arrange the students in ascending order by their total scores. We shall need to employ array backtracking to derive the routine scores and Java's collection sorting for arranging the student list. Let us begin and tackle the challenge.

|60 : 00

Click the virtual machine below to start practicing