DANVILLE
AREA
COMMUNITY COLLEGE
INTRODUCTION TO COMPUTER SCIENCE
MATH 110, Fall
2008

Section
2.12 to
2.22 Topics:
Increment and Decrement Operators;
Essentials of Counter-Controlled Repetition;
The for Repetition Structure;
Examples Using the for Structure;
The switch Multiple-Selection Structure;
The do/while Repetition Structure;
The break and continue Statements;
Logical Operators;
Confusing Equality (= =) and Assignment (=) Operators;
Structured-Programming Summary;
Identifying the Classes in a Problem;
[Optional Case Study] Thinking
About Objects:
Examples:
FIG02_21 CPP;
FIG02_22 CPP;
FIG02_24 CPP;
FIG02_26 CPP;
FIG02_27 CPP.