while(isLiving()) {
if(isHungry()) {
Refrigerator::open();
if(Refrigerator::isEmpty()) {
Refrigerator::close();
tell(wife, REFRIGERATOR_REFILL);
}
else {
eat(Refrigerator::getFood(ONE_STD_UNIT));
Refrigerator::close();
}
}
// TODO: place additional jobs here
}
Zobrazení vtipu
Životní cyklus programátora
Zobrazit Štítky: Počítače a informatika