Rewrite Programming Exercise 7.17 using streams. Define a class named Student with data fields name and score

Question:

Rewrite Programming Exercise 7.17 using streams. Define a class named Student with data fields name and score and their getter methods. Store each student in a Student object.

Data from Programming Exercise 7.17

Write a 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. Assume the name is a string without spaces, use the Scanner’s next() method to read a name.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: