Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.02 KB

Finance Calculator

Powered by Java

Picture of computers and people using them

This program takes user input and allows them to calculate different varieties of financial calculations.

Implementation

This program was written in Netbeans you can import the project into netbeans or visit the source folder to get the main java files.

Steps Involved

  • Learn essential Java syntax
  • Implement data structures to store information (Implemented an ArrayList to store user input)
  • Calculate financeal equations
  • Display output to user

Future Plans

  • Add more financial calculators(Car loans, ROI, Taxes)
  • User Interface Redesign - Possibly adding a GUI