//Antwoord
   public void act()
   {
     if(isSleepy())
     {
          sleep(2);
     }
     shoutHooray(); //wordt dus altijd uitgevoerd
   }