Consider the declaration of the struct houseType given in this chapter. Write C++ statements to do the following: (2, 3)
a. Declare variables oldHouse and newHouse of type houseType.
b. Store the following information into oldHouse: Style—Two-story, number of bedrooms—5, number of bathrooms—3, number of cars garage—4, year built—1975, finished square footage—3500, price—675000, and tax 5 12500.
c. Copy the values of the components of oldHouse into the corresponding components of newHouse.