Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You must use Constructors and Destructors with messages for the project 8. Using program 13-15 in the section 13.14 as sample, apply menu and class

You must use Constructors and Destructors with
messages for the project 8. Using program 13-15 in the section 13.14 as sample, apply menu and class interface to do (the programming challenge)
Problem 15 in page 807 (edition 8) which is for the mortgage payment or car loan payment.
.
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.
image text in transcribed
wants to continue fishing. . The program simulates the rolling of a six-sided die (use the Die class that w demonstrated in this chapter). Each item that can be caught is represented by a number generated from the die. example, 1 for "a huge fish," 2 for an old shoe," 3 f or "a little fish," and so on . Each item the user catches is worth a different amount of points. . The loop keeps a running total of the user's fishing points. .After the loop has finished, the total number of fishing points is displayed, alos with a message that varies depending on the number of points earned. 15. Mortgage Payment Design a class that will determine the monthly payment on a home mortgage. T monthly payment with interest compounded monthly can be calculated as follows: rate Loan Term 12 Payment- where Term 1 K Term Rate 12X Years 12 Payment the monthly payment Loan - the dollar amount of the loan Rate the annual interest rate Years = the number of years of the loan The class should have member functions for setting the loan amount, interest rate, and number of years of the loan. It should also have member functions for returning th monthly payment amount and the total amount paid to the bank at the end of the loar period. Implement the class in a complete program. Input Validation: Do not accept negative numbers for any of the loan values. 16. Freezing and Boiling Points The following table lists the freezing and boiling points of several substances. Freezing Point -173 -362 32 Boiling Point 172 -306 212 Substance Ethyl Alcohol Oxygen Water

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

Postgresql 16 Administration Cookbook Solve Real World Database Administration Challenges With 180+ Practical Recipes And Best Practices

Authors: Gianni Ciolli ,Boriss Mejias ,Jimmy Angelakos ,Vibhor Kumar ,Simon Riggs

1st Edition

1835460585, 978-1835460580

More Books

Students also viewed these Databases questions

Question

Enhance your listening skills.

Answered: 1 week ago

Question

Question1: Give the IUPAC for the compounds below

Answered: 1 week ago

Question

1. What is meant by Latitudes? 2. What is cartography ?

Answered: 1 week ago

Question

What is order of reaction? Explain with example?

Answered: 1 week ago

Question

Approaches to Managing Organizations

Answered: 1 week ago

Question

Communicating Organizational Culture

Answered: 1 week ago