Create a program that will prompt the user to enter a monthly interest rate, the amount of a monthly deposit and a target value. Then starting with a zero balance, calculate the number of years and months needed to reach the target with monthly compounding.
Example Run:
*** Financial Planner ***
Please enter the monthly interest rate: 2.5
Please enter the monthly deposit amount: $50
Please enter the target value: $50000
Your balance will be $50019.10 after 10 years and 11 months.