FINAL_PROJECT (Compound Interest)
- OpenOpen
Calculate the amount in a saving account after a giving number of years, knowing the initial amount, the interest rate percentage and the time period i.e the number of time the interest is compound per year.
Recent Discussions
Sorry, there were no discussion topics found.
Recent Docs
# FINAL PROJECT # The program ask for a user to enter the initial amount in a saving account, #the interest rate, the nomber of years and the time interest if applicable. # function to calculate total amount in the saving acount def See MoreFinal project