Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 4 (40 pts): A house contains necessary information like floor number, space in meters squared, price per meter squared and an address. Those information

image text in transcribed
Problem 4 (40 pts): A house contains necessary information like floor number, space in meters squared, price per meter squared and an address. Those information are private. If a user wants to access or change details about the house, they would have to use setter or getter methods. Example: set_floor(int) takes the floor number from the user and sets it to the private variable floor in the House. A house has a method called calculate_total() that uses the house information to calculate the total price of the house based on the space and price per meter squared. The calculated total should be set to a private variable called total_price in the class that doesn't have a setter function. 1. Given the description above, write a C++ class for the House with the attributes and the necessary methods. 2. In your main function, write a C++ program that takes the information of 5 houses from a user and prints the information of the house with the lowest total price. It is possible to achieve the same by creating a class called House_Comparison that has - but not limited to this function. This will be an extra Bonus

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

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions

Question

What is an annuity? Discuss.

Answered: 1 week ago

Question

What is meant by 'Wealth Maximization ' ?

Answered: 1 week ago