while("Hungry") {
  "eat";
  while("Thursty") {
    "drink"
  }
}

"Sleep"
