Java Program for Scores Sorting Project
Description
Write a JAVA program that prompts the user to enter the number of students, the students names, and their scores, and prints student names in decreasing order of their scores.
Thank you!
The output should be like this:
Enter the number of students: 3
Student Name: Frank
Student Score: 60
Student Name: Nick
Student Score: 90
Student Name: Amy
Student Score: 80
Student names in decreasing order of their scores:
Nick 90.0
Amy 80.0
Frank 60.0
Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."