Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C++ Monthly Payment The monthly payment on a loan may be calculated by the following formula: [Rate *(1 + Rate)N] Payment = *L (1

image text in transcribedIn C++

Monthly Payment The monthly payment on a loan may be calculated by the following formula: [Rate *(1 + Rate)N] Payment = *L (1 + Rate)N 1 Rate = monthly interest rate = (annual interest rate) / 12 N= number of payments for a full payoff L = the amount of the loan Write a program that asks for these values and displays a report similar to the following (use different values): Loan amount: $28000 Annual interest rate (in the format .12 (for 12%): 0.065 Number of monthly payments to be made: 36 Loan Report Loan Amount: Monthly Interest Rate: Number of Payments: Monthly Payment: Amount Paid Back: Interest Paid: $ 28000.00 0.54% 36 $ 858.17 $ 30894.19 $ 2894.19

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 Basic 4 Ole Database And Controls Superbible

Authors: Michael Hatmaker, C. Woody Butler, Ibrahim Malluf, Bill Potter

1st Edition

1571690077, 978-1571690074

More Books

Students also viewed these Databases questions

Question

Distinguish between formal and informal reports.

Answered: 1 week ago

Question

8. Do the organizations fringe benefits reflect diversity?

Answered: 1 week ago