Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I don't get it how to do coding. ( Python) The credit plan at TidBit Computer Store specifies a 10% down payment and an annual

I don't get it how to do coding. ( Python)

The credit plan at TidBit Computer Store specifies a 10% down payment and an annual interest rate of 12%. Monthly payments are 5% of the listed purchase price, minus the down payment.

Write a program that takes the purchase price as input. The program should display a table, with appropriate headers, of a payment schedule for the lifetime of the loan. Each row of the table should contain the following items:

1. The month number (beginning with 1)

2. The current total balance owed

3. The interest owed for that month

4. The amount of principal owed for that month

5. The payment for that month

6. The balance remaining after payment

The amount of interest for a month is equal to balance rate / 12.

The amount of principal for a month is equal to the monthly payment minus the interest owed.

An example of the program input and output is shown below:image text in transcribed

Enter the puchase price: 200 Month Starting Balance Interest to Pay Principal to Pay Payment Ending Balance 200.00 190.00 180.00 170.00 160.00 150.00 140.00 130.00 120.00 110.00 100.00 90.00 80.00 70.00 60. 00 50.00 40.00 30-00 29-00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 10.00 2.00 1.90 1.80 8.00 8.10 190.00 180.00 170.00 160.00 150.00 140.00 130.00 120.00 110.00 100.00 90.00 80.00 70.00 60.00 50.00 40.00 30.00 20.00 10.00 0.00 1.60 1.50 8.40 8.60 1.30 1.20 1.10 1.00 0.90 0.80 8.80 8.90 9.00 9.10 9.20 9.30 9.40 9.50 9.60 9.70 9.80 9.90 10 14 0.60 0.50 0.40 16 17 18 19 0.20 0.10

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Database Systems

Authors: Carlo Zaniolo, Stefano Ceri, Christos Faloutsos, Richard T. Snodgrass, V.S. Subrahmanian, Roberto Zicari

1st Edition

155860443X, 978-1558604438

More Books

Students also viewed these Databases questions

Question

3. What are the features of an executive summary?

Answered: 1 week ago

Question

=+ What is their expected negotiating style?

Answered: 1 week ago

Question

Why do HCMSs exist? Do they change over time?

Answered: 1 week ago