- Download the Lottery Powerball Winning Numbers: Beginning 2010 file from Data.gov and save it in the data folder inside your IntelliJ project
- Determine the total number of winning numbers (entries) in the file.
- Each winning number consists of six numbers. List the sum of all the numbers in each winning number.
- Display the sum of all the numbers across all of the winning numbers.
- Display how many winning numbers have at least one number less than 10.
- Display how many winners do not have a multiplier.
- Display all the winning numbers for which all numbers are in ascending order.
- Download a different CSV file from the Data.gov website and determine something interesting about the data. (optional)