Testing

We will be using the insertion operator to display the three objects created. Your output should look like this:

House:
Number of Rooms: 4
Number of Walls: 4
Washer: true
Number of Windows: 8
Property Value: 40000.0

Apartment:
Number of Rooms: 4
Number of Walls: 4
Washer: true
Number of Windows: 8
Property Value: 40100.0
Story: 2

Tent:
Number of Rooms: 1
Number of Walls: 2
Washer: false
Number of Windows: 0
Property Value: 0.0