Question: please code in python Question 1 Suppose ycks want to deposit a certain amount of money into a savings account with a fixed annual interest
Question 1 Suppose ycks want to deposit a certain amount of money into a savings account with a fixed annual interest rate. What amount do you need to deposit in order to have $5,000 in the account after three years? The initial deposit amount can be obtained using the following formular Initial deposit amount = Final account value (I + Monthly interest rate) Number of months Write a program that prompts the user to enter final account value, monthly Interest rate in percent (for example, 4.5 for 4,5%), and the number of months, and displays the initial deposit amount. Make sure that initial deposit amount is shown as a float with two digits after the decimal point. You can use the format() function for this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
