private final static int X_CENTER = 0, Y_CENTER = 1, RADIUS = 2, START_ANGLE = 3, INT_ANGLE = 4; static int alt_mask = InputEvent. ALT_DOWN_MASK; static int alt_shift_mask = InputEvent. ALT_DOWN_MASK ...
* Write a program that prompts the user for a radius and then prints * the area and circumference of a circle with that radius. * Also print the volume and surface area of a sphere with that radius.