Question: 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

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/n)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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!