CS141: Topics for Sept 9, 11 & 13, 2013


Homework and Reading

The reading and homework for this week can be found here: Lab 3: Decisions

Chapter 3 Vocabulary

For practice, check out the WileyPlus Chapter 3 Flash Cards!

if statement
condition and body
if-else statement
multi-way if-else
nested if-else
boolean value, expression
relational operator (<, >, <=, >=, ==)
boolean operators (&&, ||, !)
lexicographic ordering (of Strings)
De Morgan's Laws
Enumeration types

Topics: Making Decisions

In Class Practice Activities