Question
using c++ You must use Constructors and Destructors . You must code Object Oriented Programming with class specification (.h) class implementation (.cpp) , and main
using c++
You must use Constructors and Destructors .
You must code Object Oriented Programming with class specification (.h) class implementation (.cpp), and main () function..
A. For instances - Car Loan:
Example (1) 5 years, $45000 car loan including tax and fee, And annual interest rate: 6% .
Example (2) 6 years, $30000 car loan including tax and fee, And annual interest rate: 5%.
If you have a car loan or mortgage loan, check this out to see if your payment is correct.
(No need to do the following: Your actual monthly payment will include Insurance premium and property tax escrow if it is for mortgage.)
B. Use menu options to input data or display the various output and monthly payment month by month.You need to display monthly payment, monthly interest, monthly principle payment, and monthly balance for all months during the loan period.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started