Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming Exercise 0 8 Hide Assignment Information Instructions Instructions: Download the StarterCodes 4 Prog 0 8 . cpp that will help you get started -
Programming Exercise
Hide Assignment Information
Instructions
Instructions:
Download the StarterCodesProgcpp that will help you get started scroll down to find this file:
Objective: The credit plan at TidBit Computer Store specifies a down payment and an annual interest rate of Monthly payments are 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
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 times rate
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:
DisplayIntroduce a message of what the program will accomplish.
Enter the purchase price:
Month Starting Balance Interest to Pay Principal to Pay Payment Ending Balance
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started