Question: Write a program that prompts the user to enter the number of students, the student's names, and theirscores and prints student names in decreasing order of their scores.Assume the name is a string without spaces, use the Scanner's next() method to read a name. Sample Input output: Enter number of students:5Enter names and scores […]

Read more of this post