Homework Week 4

1.  Study Read and Write code examples

2.  Prepare for exam on Monday

3.  Finish the Craps 2 program:
       -Use Graphics to spice up program/Dice
       -Only Functions, if, while
       -Pass/Return parameters

4.  Alter the Target Program:
      -Play with and understand given program
      -Add the initial velocity of the ball
      -Find 'scale' of graphics
      -Given velocity, ball height, and
            target x position, find angle
      -Mix it up.. give 3 find the 4th variable

      -Include the formula you use to hit the
         target the very first time, using Physics