Question: Ruestion 1 (5 points) Write a python program that takes the following inputs from the user initial principal balance, P interest rate, number of times
Ruestion 1 (5 points) Write a python program that takes the following inputs from the user initial principal balance, P interest rate, number of times interest applied per time period, n number of time periods elapsed, t Then using the following formula calculates the total amount, A A = P(1+r)nt Then shows the calculated value of A to the user. The output string should say: Your total amount is $. For example, if the total is 319.55 then the output should be: Your total amount is $319.55
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
