posted 13 years ago
There aren't any errors coming up, and the math part runs fine, I just want to make sure that this does what it's supposed to. I feel like I'm missing something.
What do you think? These were the instructions:
1. Ask the user for initial principal amount and annual percentage rate.
2. Program will go through the for-loop but instead of displaying in the screen, write to a text file.
3. Program will then open the same text file, read the data and append to the outputTextArea variable and then JOption display on the screen inside a JOptionPane message dialog.