Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loop Homework Help
#5
All right, break the problem down into smaller parts. You'll need to:

1. Write a function (or just a line of code) that will calculate the interest.
2. Loop over that function to perform the calculation with each interest rate.
3. Provide an output for the value of the interest rate, monthly payment, and total payment.

You mentioned that you're stuck on #2. Is there anything in particular about for loops that is... throwing you for a loop? ...it had to be done.

What have you learned about for loops or loops in general?
Reply


Messages In This Thread
Loop Homework Help - by Travisbulls34 - Oct-15-2018, 07:38 PM
RE: Loop Homework Help - by Larz60+ - Oct-15-2018, 08:05 PM
RE: Loop Homework Help - by Travisbulls34 - Oct-15-2018, 09:01 PM
RE: Loop Homework Help - by marienbad - Oct-15-2018, 11:49 PM
RE: Loop Homework Help - by stullis - Oct-16-2018, 12:12 AM
RE: Loop Homework Help - by Larz60+ - Oct-16-2018, 12:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help on sequence and loop homework vzsnv 3 2,321 Nov-04-2020, 05:02 PM
Last Post: perfringo

Forum Jump:

User Panel Messages

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