Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Programming: monthly payment on a loan may be calculated by the following formula: payment = rate x (1+rate)^N / ((1+rate^N-1) xL Should ask for

C++ Programming: monthly payment on a loan may be calculated by the following formula: payment = rate x (1+rate)^N / ((1+rate^N-1) xL

Should ask for user name with display message of the user with his input. image text in transcribed

Rate is the monthly interest rate, which is the annual interest rate divided by 12. (12 percent annual interest would be 1 percent monthly interest.) N is the number f payments, and L is the amount of the loan. Write a program that asks for these values then displays a report similar to: Loan Amount: Monthly Interest Rate: Number of Payments: Monthly Payment: Amount Paid Back Interest Paid: $ 10000.00 1% 36 $ 332.14 $ 11957.15 s 1957.15

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

Students also viewed these Databases questions

Question

Consider a deck consisting of seven cards, marked 1, 2,....

Answered: 1 week ago