Quiz: Read Scores
Actually, it would be better to put the prompt outside the readScores method. Then the method could be called with a Scanner that's attached to System.in (where a prompt makes sense) or a Scanner that's attached to a file (where a prompt makes no sense).
That's what's done in the code that you'll work with.
Actually, we learned that while loop in lesson 6.