This Problem Set Is Due By 11:59 PM on September 15, 2013

  1. Add Two Numbers (5 points)

    Enter the program in Listing 1.1, Name the program MyFirstProgram. Compile and run the program.

    Name this program MyFirstProgram

  2. Snow Man (5 points)

    Write an applet program similar to Listing 1.2 that displays a picture of a snowman.

    Hint: Draw three circles, one above the other. Make the circles progressively smaller from bottom to top. Make the top circle a happy face. Give the snowman some buttons.

    Name this program SnowMan

  3. Olympics (5 points)

    Write an applet program similar to Listing 1.2 that displays the five interlocking rings that are the symbol of the Olympics. (Don't worry about the color.)

    Name this program OlympicRings

Please submit the completed assignment on Blackboard by attaching all your .java files. Make sure to attach all your programs to each submission.