Need some help with this please.
Draft 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
Needs to meet these standards.
- 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