A user-interface that allows users to input their Current savings, Yearly savings, Expected interest rate and Investment Duration
Utilises the compound interest formula A= P x (1+r/n)n*t
Where:
A = The future value of the investment/total savings.
P = Principal amount (current savings).
r = Annual interest rate.
n= Number of times interest is compounded per Year.
t= Time the money is invested for in Years.
Displaying the calculated results for the future savings to the user based on their inputs and provides a summary of the inputs and the calculated future savings for the user in a table to review
A simple user-interface that displays the output results in a table for users.