Objectives for Week 3
At the end of this week students should
- Understand how to use if and while statements
- Be able to use if and while statements with the
boolean methods of a Robot, for example, frontIsClear(), beeperPresent(),
and facingNorth().
- Be able to create a Robot class which can operate in an unknown
world (by using the boolean methods mentioned above).