Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
image text in transcribed
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. lulil 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 x 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: An example of the program input and output is shown below: ulil Enter the puchase price: 200 Month Starting Balance Interest to Pay Pri ncipal to Pay Payment Ending Balance 180.00 1.80 7.20 9.00 172.80 172.80 1.73 7.27 9.00 165.53 165.53 1.66 7.34 4 7.42 9.00 158.18 158.18 1.58 9.00 150.77 150.77 1.51 7.49 9.00 143.27 143.27 1.43 7.57 9.00 135.71 135.71 1.36 7.64 9.00 128.06 128.06 1.28 7.72 9.00 120.34 120.34 9 7.80 10 7.87 1.20 9.00 112.55 112.55 1.13 9.00 104.67 104 67

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

Visual Basic6 Database Programming

Authors: John W. Fronckowiak, David J. Helda

1st Edition

ISBN: 0764532545, 978-0764532542

More Books

Students also viewed these Databases questions

Question

How can simplified laboratory conditions illuminate everyday life?

Answered: 1 week ago

Question

What are the attributes of a technical decision?

Answered: 1 week ago

Question

How do the two components of this theory work together?

Answered: 1 week ago

Question

4. Are there any disadvantages?

Answered: 1 week ago

Question

3. What are the main benefits of using more information technology?

Answered: 1 week ago

Question

start to review and develop your employability skills

Answered: 1 week ago