Time Value of Money Calculator
Description
Program written in Java When ran, it asks a series of questions about a loan, and calculates the future value of that loan
Installation Instructions
- You must have Java installed on your system, you can get it here: https://www.oracle.com/technetwork/java/javase/downloads/index.html
- Open a blank text file, and copy and paste all the code in 'Main' into it, and save
- Open terminal and go to the folder where the file is stored, and run the following command
javac FileName.java
- Run the program
java FileName