public void kangarooJump(Kangaroo aKangaroo)
{
ranNumber.nextInt(7);
for (int jumps = 0; jumps < getRanNumber(); jump ++)
{
aKangaroo.jump();
}
...