Question: Write a program that prompts the user to enter the number of students, the students names, and their scores, and prints student names and their
Write a program that prompts the user to enter the number of students, the students names, and their scores, and prints student names and their scores in decreasing order of their scores. If two or more students have the same scores, list them alphabetically.
* I can only import a Scanner object
* I can only use system.out.println() and system.out.printf() statements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
