[solved]-Write Program Uses Class Housetype Defined Exercises 11 12 Chapter Q39088495
Write a program that uses the class houseType defined inExercises 11 and _12_ of this chapter.

Program plan: • Use the class houseType. • Implement the following method which are present in the class house Type o void set(string, int, int, int, int, int, double, double); o void print() const; o void setStyle(string); o string getStyle() const; o void setNumofBedrooms(int), o int getNumofBedrooms() const; o void setNumofBathrooms(int); o int getNumofBathrooms() const; o void setNumofCarsGarage(int); o int getNumofCarsGarage) const; o void setYearBuilt (int); o int getYearBuilt() const; o void setFinishedSquare Footage(int); o int getFinished Square Footage() const; o void setPrice(double): o double getPrice() const; o void setTax(double): o double getTax() const; o house Type(string = ”, int = 0, int = 0, int = 0, int = 0, int = 0, double = 0, double = 0); • Create an object for the class house Type. • Use the print() method to display the data in the class. . Use the setters and getters which are present in the class house Type. •Using setter methods assign the new data in the object. . Using getter methods get the data using the object and display the data. Show transcribed image text Program plan: • Use the class houseType. • Implement the following method which are present in the class house Type o void set(string, int, int, int, int, int, double, double); o void print() const; o void setStyle(string); o string getStyle() const; o void setNumofBedrooms(int), o int getNumofBedrooms() const; o void setNumofBathrooms(int); o int getNumofBathrooms() const; o void setNumofCarsGarage(int); o int getNumofCarsGarage) const; o void setYearBuilt (int); o int getYearBuilt() const; o void setFinishedSquare Footage(int); o int getFinished Square Footage() const; o void setPrice(double): o double getPrice() const; o void setTax(double): o double getTax() const; o house Type(string = ”, int = 0, int = 0, int = 0, int = 0, int = 0, double = 0, double = 0); • Create an object for the class house Type. • Use the print() method to display the data in the class. . Use the setters and getters which are present in the class house Type. •Using setter methods assign the new data in the object. . Using getter methods get the data using the object and display the data.
Expert Answer
Answer to Write a program that uses the class houseType defined in Exercises 11 and _12_ of this chapter…. . . .
OR

