//Antwoord
public void act()
{
    eat();
    shoutHooray();
    dance();     
}