For this question, assume a jeroo named martha has a flower immediately ahead if it.

if (martha.seesFlower(AHEAD))
{
    martha.hop();
}
else
{
    martha.hop();
    martha.hop();
}

How many times would martha hop?

1
  • 2
  • 3
  • 0

There are no hints for this question