Handed out: Thursday, August 29, 2002
Due: Tuesday, September 17, 12:00PM
To throw an object the user types in four integers which are the initial (x,y) location and the initial (dx, dy) velocity of the thrown object. Assume that the numbers are always between -1000 and +1000 (but don't bother to check that).
Your program then prints a sequence of locations of the object until it gets outside the -1000 to +1000 range.
When the user types an invalid menu choice your program needs to output a list of the (two) valid choices.
How to submit those files will be discussed in a recitation.
© 2002 Karl Winklmann