Discussion:
Create a Java applications to accomplish the following.
Ask users for the past 5 years of federal taxes they have paid, save this data to an array, search for the largest and the smallest amount of tax, and display it on the screen.
Requirement below is little challenging version of the above requirement.
Ask for users' input for the past 5 years of tax amount, save this data to a file. Open the file, read the data, and display the largest and smallest amount of tax they have paid.