CS120
Assignment #2

Due at midnight on Monday Sept. 15th

Beginning with the Fortune Teller program make the additions and modifications:

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.

For now we are going to assume that the user enters the right type of data (e.g. a number when a number is expected and a name when a name is expected). Later we will start to look at correcting user input errors - a big topic.

Turn in: Turn in the code for your program (the .cpp file, not a.out) using the cscheckin command.