CS 630 - Computing Fundamentals I - Spring 2004
Homework 10
Loyola College >
Department of Computer Science >
CS 630 >
Homework >
Homework 10
Due
Thursday, April 15th at the beginning of class
Email programs (.cpp files) to lawrie@cs.loyola.edu
Problems
Problem 1: 5.9
Problem 2: 5.10
Problem 3: 5.17 (Programming) Write functions with the headers void moveHare(int *curPos) and void moveTortoise(int *curPos) that update the positions of the animals based on Figure 5.38.