Problem 8
Write an applet that draws rectangles of different sizes and locations.
Problem 10
Class Graphics contains method draw0val, which takes as arguments the same four arguments as method drawRect. The arguments for method draw0val specify the "bounding box" for the oval-the sides of the bounding box are the boundaries of the oval. Write a Java applet that draws an oval and a rectangle with the same four arguments. The oval will touch the rectangle at the center of each side.