Question: Java programming using methods Design a solution that requests and receives student names and an examscore for each. The program should continue to accept names
Java programming using methods
Design a solution that requests and receives student names and an examscore for each.
The program should continue to accept names and scores until the user inputs a student whose name is alldone.
After the inputs are complete determine which student has the highest score and display that students name and score.
Below what output should look like.

C: Learn Java CS1301 src java Lab8 Please enter student's name or "alldone" if finished alldone Nobody had the highest grade with a score of e.e C: Learnjava CS1301 src java Lab8 Please enter student's name or "alldone" if finished jack Please enter student's score 70 Please enter student's name or "alldone" if finished sam Please enter student's score 80 Please enter student's name or "alldone" if finished R2D2 Please enter student's score 100 Please enter student's name or "alldone" if finished alldone R2D2 had the highest grade with a score of 100.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
