This is quiz. The results are emailed to me when you click on submit.
Instructions: For each question, choose the single best answer. Make your choice by clicking on the circle. You can change your answers at any time. When the quiz is graded, the correct answers will appear in the box after each question.
while
( bob.hasTelevision(ON) )
{
Bob.watches( );
}
Use the following code and picture to answer questions
|
Use the following code to answer question
method main()
{
Jeroo bob = new Jeroo();
while(bob.isFlower(AHEAD))
{ bob.hop();
}
}