A Java program that sorts all metropolitan statistical areas (MSAs) in the United States by wettest population during May of 2015. The population wetness of an MSA is calculated as the number of people in the MSA times the amount of rain received. For the purposes of this exercise, assume that all people remain inside between the hours of 12 AM and 7 AM local time and so rainfall during these hours does not count.
Java(TM) SE Runtime Environment 1.8.0
apache-maven-3.0.5
mvn install
question-1.0-SNAPSHOT-bin.zip will be created under target folder.
Copy question-1.0-SNAPSHOT-bin.zip to a desired location and unzip.
bin/run.sh
result.out that contains the list of MSA-wetnesses will be created under bin.
You can edit run.sh file if you want to run with different files.