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