The statements in the following program are in incorrect order. Rearrange
the statements so that they prompt the user to input the shape type
(rectangle, circle, or cylinder) and the appropriate dimension of the
shape. The program then outputs the following information about the shape:
For a rectangle, it outputs the area and perimeter; for a circle, it outputs the
area and circumference; and for a cylinder, it outputs the volume and surface
area. After rearranging the statements, you program should be properly
indented.