4

if (hunger >0){
feedMe();
}else {
keepFeedMe();
end
}

Comments
Add Comment