Question: private void loadFile() Reads input from the text file awards.txt and stores the information in the medals array. To take an integer and return the
private void loadFile() Reads input from the text file awards.txt and stores the information in the medals array. To take an integer and return the enum, you can use the values() method which returns an array of valuesso Country.values()[15] will return Country.UNITED_STATES (since the UNITED_STATES is country 16, it has index 15 in the array).
JAVA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
