Due Feb 12

1.2 c

  1. Design an ADT for a bowling ball. The data are its radius and weight in pounds. Operations return radius and weight of the ball.
  2. Develop a class, bowling ball that implements the ADT of (i).

    2.2, 2.6, 2.7, 2.10, 2.13, 2.15, 2.16.

1.2 a
Design an ADT for a cylinder. Data includes radius and height. Operations include constructor, area, volume.
ADT cylinder is