subject
Computers and Technology, 21.10.2020 19:01 mprjug6

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:

The month number (beginning with 1)

The current total balance owed

The interest owed for that month

The amount of principal owed for that month

The payment for that month

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:

Enter the puchase price: 200

Month Starting Balance Interest to Pay Principal to Pay Payment Ending Balance
1 180.00 1.80 7.20 9.00 172.80
2 172.80 1.73 7.27 9.00 165.53
3 165.53 1.66 7.34 9.00 158.18
4 158.18 1.58 7.42 9.00 150.77
5 150.77 1.51 7.49 9.00 143.27
6 143.27 1.43 7.57 9.00 135.71
7 135.71 1.36 7.64 9.00 128.06
8 128.06 1.28 7.72 9.00 120.34
9 120.34 1.20 7.80 9.00 112.55
10 112.55 1.13 7.87 9.00 104.67
11 104.67 1.05 7.95 9.00 96.72
12 96.72 0.97 8.03 9.00 88.69
13 88.69 0.89 8.11 9.00 80.57
14 80.57 0.81 8.19 9.00 72.38
15 72.38 0.72 8.28 9.00 64.10
16 64.10 0.64 8.36 9.00 55.74
17 55.74 0.56 8.44 9.00 47.30
18 47.30 0.47 8.53 9.00 38.77
19 38.77 0.39 8.61 9.00 30.16
20 30.16 0.30 8.70 9.00 21.46
21 21.46 0.21 8.79 9.00 12.68
22 12.68 0.13 8.87 9.00 3.80
23 3.80 0.00 3.80 3.80 0.00

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
Lisa’s company, abc ltd., lost its biggest client and is now facing a financial crunch. most of her colleagues have resigned, but lisa decides to stay with the company and assist the management in overcoming the financial situation. which quality is lisa demonstrating? a. self-management b. cooperativeness c. responsibility d. loyalty
Answers: 2
question
Computers and Technology, 22.06.2019 17:30
Ou listened to a song on your computer. did you use hardware or software?
Answers: 2
question
Computers and Technology, 23.06.2019 03:00
Jason, samantha, ravi, sheila, and ankit are preparing for an upcoming marathon. each day of the week, they run a certain number of miles and write them into a notebook. at the end of the week, they would like to know the number of miles run each day, the total miles for the week, and average miles run each day. write a program to them analyze their data. your program must contain parallel arrays: an array to store the names of the runners and a two-dimensional array of five rows and seven columns to store the number of miles run by each runner each day. furthermore, your program must contain at least the following functions: a function to read and store the runners’ names and the numbers of miles run each day; a function to find the total miles run by each runner and the average number of miles run each day; and a function to output the results. (you may assume that the input data is stored in a file and each line of data is in the following form: runnername milesday1 milesday2 milesday3 milesday4 milesday5 milesday6 milesday7.)
Answers: 3
question
Computers and Technology, 23.06.2019 08:00
Michael has written an e-mail to his employees that describes a new product special that will be introduced to the customers next week. by taking time to make sure the e-mail is well written, logical, and organized, michael has made sure his message has the characteristics of a) effective communicationb) ineffective communicationc) barriers to communicationd) workplace communication
Answers: 2
You know the right answer?
The credit plan at TidBit Computer Store specifies a 10% down payment and an annual interest rate of...
Questions
question
English, 17.10.2020 14:01
question
Spanish, 17.10.2020 14:01
question
Mathematics, 17.10.2020 14:01
Questions on the website: 13722361