14

while (deadInside)
{
me.drink(coffee);
if (thirstLevel == 0)
{
deadInside = false;
}
}

Comments
Add Comment