Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Homework help
#1
Create variables named i and n to store the interest rate rate and the number of monthly payments. These
values will remain constant throughout this problem.
2. Create a variable name start and set it equal to 100,000. Create another variable named increment and set
it equal to 10,000.
3. Use a loop to perform the tasks below for each of the house prices that we wish to consider. Note that since we
are using i to denote the interest rate, you will need to select a different name for the loop counter.
• Calculate the new loan amount to be considered, storing the result in a variable.
• Calculate the require monthly payment for this loan amount, rounded to 2 decimal places.
• Print the result in the format shown below. Match the format exactly, including the inclusion of the
period at the end of the sentence. There should be no spaces following the dollar signs.

I can not for the life of me figure this out. relooping with increments
Reply


Messages In This Thread
Homework help - by stevemike - Nov-02-2020, 12:34 AM
RE: Homework help - by deanhystad - Nov-02-2020, 01:39 AM
RE: Homework help - by jefsummers - Nov-02-2020, 07:44 PM
RE: Homework help - by LinkAiris - Mar-13-2024, 06:36 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020