Objectives for Week 3

At the end of this week students should

  1. Understand how to use if and while statements
  2. Be able to use if and while statements with the boolean methods of a Robot, for example, frontIsClear(), beeperPresent(), and facingNorth().
  3. Be able to create a Robot class which can operate in an unknown world (by using the boolean methods mentioned above).