CS100A Lecture 4
Previous Lecture
- Programming Concepts
- iteration
- programming patterns (templates)
- Java Constructs
This Lecture
- Programming Concepts
- Rules of thumb
- learn and use patterns
- inspiration from hand-working problem
- boundary conditions
- validation
- Pattern for processing input values up to (but not including) a stopping signal
- Example
- Java Constructs