feedbackScores to store the scores for positive and negative feedback words.feedbackScores with positive words having a score of 3 and negative words having a score of -1.studentScores to keep track of the total score for each student.studentScores based on the words in the report.studentRanking that sorts students first by their scores in non-increasing order and then by their IDs in increasing order.studentRanking.k students from studentRanking and add them to the result list topStudents.topStudents list.