CS120
Assignment #10

For this assignment you will continue working with the "robot world" program from chapter 7 of the text.

Make the following modifications:

Turn in: To turn the program you will need to combine all three of your files into one file that you can use cscheckin to submit (see assignment 8). On a Unix computer you do this by taring the files together. Use the command:
tar -cvf lab11.tar lab11.cpp robot.h world.h
(note your main program may have a name other than lab11.cpp, use that file name instead of lab11.cpp). This will combine the files into one file called lab11.tar. Use cscheckin to turn in that file.