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.

  1. to learn how to compare integers, floating-point numbers, Strings and objects.
  2. to understand conditions using boolean operators and variables.
  3. to be able to use loops (while and for) with boolean conditions.
  4. to understand nested loops.