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