11. Making DecisionsΒΆ
Learning Objectives:
Write programs that make decisions.
Introduce conditional execution with
if
statements and comparison operatorsIntroduce complex conditionals (with
and
,or
, andnot
).
Learning Objectives:
Write programs that make decisions.
Introduce conditional execution with if
statements and comparison operators
Introduce complex conditionals (with and
, or
, and not
).