File processing mod 1 | Computer Science homework help
*** Must Use Eclipse***
SLP Assignment Overview
Write a Java application to accomplish the following task:
- Ask users to input the amount of tax they paid for the past 3 years.
- Write this information to a text file.
Once you finish the assignment, copy the Java program along with a screenshot of the output and paste it into a Word document. Submit the Word document to the SLP 1 dropbox.
SLP Assignment Expectations
- Use proper data structures in the program.
- Know how to write data to a text file.
- Use proper exception handling techniques to protect against file I/O errors.