DAY13
Monday, 11 June 2012


Today we will talk about:

Note: the "switch" statement is not a very important part of C. It's complicated and tricky and easy to use incorrectly. We will go over it, but you should concentrate on the if/then/else and boolean information.

Note #2: the "conditional operator" or "question mark operator" is a horrible piece of C, and I won't talk about it, and it won't appear on any lab, homework, or exam.

Programs and functions we might talk about:


Last revised on 11 June 2012.