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?
There are not hints for this question