Answered step by step
Verified Expert Solution
Question
1 Approved Answer
If loan of P dollars collects compound interest at an annual effective rate of i and is repaid after t years, then the amount repaid,
If loan of P dollars collects compound interest at an annual effective rate of i and is repaid after t years, then the amount
repaid, denoted by A is given by the formula:
Suppose that a loan of $ collects compound interest at an annual rate of and is repaid after years.
Write code to calculate the amount required to repay this loan by performing the following steps:
Create variables P i and t to store the relevant values for this loan.
Use the variables created in Step above to calculate the repayment amount, storing the result in a variable A
Round your result to decimal places.
Print the result in a message using the format shown below, with the xxxx symbols replaced with the
appropriate value.
Pay careful attention to the formatting in your output. In particular, there should be a single space between the
colon and dollar sign, and there should be no spaces between the dollar sign and the amount.
Amount repaid: $xxxx
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started