Loan negotiation is usually not a straightforward task. A type of loan is the discount installment loan. This type of loan has the following characteristics. Supposing a loan has face value of GHC 1000, interest is 10% and the duration is 24 months. The interest is compounded by multiplying the face value by 0.12 to produce GHC 120. The figure (120) is then multiplied by the loan period of 2 years to give GHC 240 as the total interest owed. This amount is immediately deducted from the face value leaving the customer with only GHC 760. Repayment is then made in monthly equal installments based on the face value. This means that the monthly payment will be GHC 1000 divided by 24 which is approximately 41.67. This 4 method of calculating the monthly repayment is not too bad if the consumer needs only GHC 760 but the calculation is a bit complicated if the consumer needs GHC 1000. a. Write a program that will take 3 inputs 1. The amount the consumer needs 2. The interest rate 3. The duration of the loan in months.  b. The program should then calculate the face value required in order for the consumer to receive the amount needed.  c. Your program should also calculate the monthly payment  d. The program should also allow the calculations to be repeated as often as the user wishes and explain the part of the part of the code that is allowing the repetition.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question

Loan negotiation is usually not a straightforward task. A type of loan is the discount
installment loan. This type of loan has the following characteristics. Supposing a loan has face
value of GHC 1000, interest is 10% and the duration is 24 months. The interest is compounded
by multiplying the face value by 0.12 to produce GHC 120. The figure (120) is then multiplied
by the loan period of 2 years to give GHC 240 as the total interest owed. This amount is
immediately deducted from the face value leaving the customer with only GHC 760.
Repayment is then made in monthly equal installments based on the face value. This means
that the monthly payment will be GHC 1000 divided by 24 which is approximately 41.67. This
4
method of calculating the monthly repayment is not too bad if the consumer needs only GHC
760 but the calculation is a bit complicated if the consumer needs GHC 1000.
a. Write a program that will take 3 inputs
1. The amount the consumer needs
2. The interest rate
3. The duration of the loan in months. 
b. The program should then calculate the face value required in order for the consumer to
receive the amount needed. 
c. Your program should also calculate the monthly payment 
d. The program should also allow the calculations to be repeated as often as the user
wishes and explain the part of the part of the code that is allowing the repetition.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr