Problem
Creating a Meteorology Data File
Your friend is majoring in meteorology. As a class project, she has been manually recording the daily rainfall amounts from the last 30 days. She now would like to generate an electronic data file to store the information. Create a Java application with a for loop that runs from 1 to 30. Components should include an input JTextField, a submit button, and appropriate prompts. Store the data file with the name RainfallReadings.dat on the Data Disk or in another location specified by your instructor.