Quiz: The Most Populous Country
NOTE #1: You will note in the video that the code shows you how to use JFileChooser to pick a file to process. In your starter file we have created a Scanner with the actual file name of a file. (This is called hard-coding). This makes it faster for you to test and also enables our auto-grader to work. The file is included in the same folder with the project so you do not have to do anything.
NOTE #2: In the video, there is a prompt "Enter a value, Q to quit". Such a prompt doesn't make sense when the data is read from a file. The program that you are asked to write in the quiz does not expect you to print a prompt.