CS120
Assignment #6

Due at midnight on Monday Oct. 13th

Beginning withyour Pet program from lab 6 (i.e. the version of the pet program with your modifications from lab) make the following additional modifications:

Make sure that all of your additional operations are clearly represented in the user menu of options.

If you can't get all of the modifications done (and for some of the assignments you probably won't) be sure to list which ones you've completed in the comments at the beginning of the program. On the other hand if you did extra work on a lab or assignment (and sometime you will want to) also describe the extra work in the comment at the beginning of the program.

Include a block of comments at the beginning of the program (or add to the existing block) that lists your name, section number, date, and the assignment number. Also include comments on any parts of the assignment you didn't finish or on any extra work you did. Include this comment block at the beginning of every assignment and lab.

Turn in: Name your code file Assignment6SecX.cpp (where X is your section number) and turn in the code for your program (the .cpp file, not a.out) using the cscheckin command.