Answer to Question #321327 in C++ for Kelly

Question #321327

implement the class Loan with the following requirements:

A member variable that will hold the annual interest rate of the loan. Its default value will be 2.5.

A member variable that will hold the number of years for the loan. Its default value will be 1.

A member variable that will hold the loan amount. Its default variable will be 1000.

A default constructor.

Another constructor that has interest rate, years, and loan amount as its parameters.

A member function that returns the annual interest rate of this loan.

A member function that returns the number of the years of this loan.

A member function that returns the amount of this loan.

A member function that sets a new annual interest rate to this loan.

A member function that sets a new number of years to this loan.

A member function that sets a new amount to this loan.

A member function that returns the monthly payment of this loan


0
Service report
It's been a while since this question is posted here. Still, the answer hasn't been got. Consider converting this question to a fully qualified assignment, and we will try to assist. Please click the link below to proceed: Submit order

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog