NORMAL OPERATION hv@lookfar 192%polymorph Not more than 10 objects can be entered Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle r enter the width of the rectangle: 10.2 enter the height of the rectangle: 20.4 Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle s enter the side of the square: 34.5 Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle r enter the width of the rectangle: 23.4 enter the height of the rectangle: 345.6 Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle c enter the radius of the circle: 100 Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle object_vector[0] contains: Object of type rectangle width = 10.200000 height = 20.400000 object_vector[1] contains: Object of type square side = 34.500000 object_vector[2] contains: Object of type rectangle width = 23.400000 height = 345.600000 object_vector[3] contains: Object of type circle radius = 100.000000 ENTERING INVALID OBJECT CODE hv@lookfar 193% polymorph Not more than 10 objects can be entered Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle c enter the radius of the circle: 12 Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle jklm You entered an unknown object code Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle object_vector[0] contains: Object of type circle radius = 12.000000 IMMEDIATED EXIT hv@lookfar 194% polymorph Not more than 10 objects can be entered Enter an object type (or press return to end) 'r' for rectangle 's' for square 'c' for circle