Homework 4 UCR CS10: Introduction to Computer Science Winter Quarter 2004, Lecturer: Kris Miller Due Wednesday, February 4 before 8:00pm by web turnin. YOU MUST TURN THIS IN AS A .CPP, .CC, OR .C FILE. The turnin system will no longer accept other types of files. ------------------------------------------------------------------------------- Note: Collaboration policy for this homework assignment Collaboration on this homework is strongly ENCOURAGED. The homework is intended for practice, not assessment -- most people who turn in decent work should get most if not all points for this assignment. Forming study groups is strongly encouraged. You shouldn't simply copy answers from any source -- each other, the book, the web, other books, previous solutions, etc. But you can certainly discuss how to solve the problems, look over each others solutions and help "debug" them, compare answers and redo problems if you determine your answer is wrong, and most importantly, explain concepts related to the problems and solutions. ------------------------------------------------------------------------------- NOTE: You should use CodeMate to do the Programming Project. CodeMate provides most of the code for those projects. You will need to add the portions after the comment, "ENTER YOUR CODE HERE". When you have the program running correctly, copy-and-paste the entire program into your turnin file. You should turn in just one file that contains all 3 of the exercises/problems below. 1. Self-test Exercise #3-14 (Chapter 3, #14) 2. Self-test Exercise #3-19 3. Programming Project #8 (CodeMate - Chapter 3)