Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3) a) Create a house class that initializes house objects in the following way: hl=House(Location,Age,R_Number,Price) Location: Location of the house Age: Age of the

  

3) a) Create a "house" class that initializes house objects in the following way: hl=House(Location,Age,R_Number,Price) Location: Location of the house Age: Age of the house R_Number:Number of the rooms in the house Price: Price of the house b) Add a method named "total_month". This method will calculate the number of months needed to buy the house selected. The user will give his or her monthly saving and the method "total_month" will find in how many months the user can save money for that house and buy it. c) Create an instance "Housel" with the following properties: Location: Maslak, Age:25 years, Number of the rooms:3, Price: 900 000 TL d) Find the number of months needed to buy Housel object by using "total_month" method. The monthly investment of the user will be 5000 TL.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

the implementation of the house class in Python class House def initself location age rooms price se... 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_2

Step: 3

blur-text-image_3

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

Managerial Economics Theory Applications and Cases

Authors: Bruce Allen, Keith Weigelt, Neil A. Doherty, Edwin Mansfield

8th edition

978-0393124491, 393124495, 978-0039391277, 393912779, 978-0393912777

More Books

Students also viewed these Programming questions

Question

Does the company have a mission statement?

Answered: 1 week ago

Question

Differentiate 3sin(9x+2x)

Answered: 1 week ago

Question

Compute the derivative f(x)=(x-a)(x-b)

Answered: 1 week ago

Question

Identify the physical and cognitive changes of adulthood.

Answered: 1 week ago