Language: JAVA Can someone please tell me what the problem to my "main" class is?
I included the errors I received when trying to compile as well as the "Student" class which is used to answer the problem.
Here's the expected output:
Bob : 1234
Sue : 5678
Pat : 2468
Then it accepts user input: Chris
Then it outputs the updated objects:
Bob : 1234
Sue : 5678
Pat : 2468
Chris
Bob : 1234
Sue : 5678
Chris : 2468


