Suppose a Jeroo (named "dave") has 3 flowers. Further suppose that I have written the following code:

while (dave.hasFlower())
{
    dave.toss(); // This line
}

How many times will the indicated line be executed?

3
  • 4
  • 2
  • 1

There are not hints for this question