November 29, 2011
Today in class we started Chapter 6. I learned that good promgramming styles use: descriptive indentifiers, indented sections in control structures, blank line between sections, and comments explaining what is happening. I also learned the steps in creating a program: 1. design the alogorithum. 2. write the code. 3. test the code. 4. debut/fix the errors. We also started a new project in chapter 6 called prompter.