Write a program that prompts a user for Input for the number of years the user has until retirement and the fixed amount the user can save monthly.
Assume that a 5% interest is earned on the balance every month. Display the amount of money the user will have at retirement.
Use the following formula:
endingbalance = (endingbalance + moneysaved) +(endingbalance * .05)