Project

Choose one of the following
A. pick one of the hundreds of problems from the on-line judge
B. graphics:
e.g. ellipses, clock, Pascal triangle, ...
(to see examples click here or in our lab type ~jmache/cs1/demo)
C. exercises/ games from the our Deitel book
game "craps" (random numbers): 6.46 or 7.17
tortoise & hare: 7.29
card games: 11.3 or others
towers of hanoi: 6.37
number guessing (random numbers, binary search): 6.34 & 6.35
turtle graphics (array): 7.21
chess (array): 7.22 or others
sorting: 7.28
maze traversal: 7.40 or other
computer simulation: 7.43 or other
limericks: 11.10
pig Latin: 11.11
D. passing arrays to methods
E. additional topics:
web programming with Perl example
read and write about "computers in society"
... come up with your own
remember:
due on Th 4/28
turn in code and description (pseudocode, flowchart)
2-person teams allowed