1. Create a class that will open a text file for reading and write.
2. Modify Assignment 6 and ask the user
Do you want to save the results (Y/N)?
If the answer is yes then you will save the results into a file name "Math_Results.csv" in this format
X + Y = Z and so on.
3. Also you will ask the user do you want to review the results (Y/N)
If the answer is yes, then display the content of "Math_Results.csv"
Please note that these user questions are in addition to the questions from the prior weeks.
*Note, you can open the CSV file with Excel.
Attachment:- Java.rar