Objectives for Week 5
Revisit the control flow statements (if and while).
A closer look at the boolean
type. Using numbers with control flow statements.
- to learn how to compare integers, floating-point numbers, Strings
and objects.
- to understand conditions using boolean operators and variables.
- to be able to use loops (while and for) with boolean
conditions.
- to understand nested loops.