5

If (tired)
{
drinkCoffee.Now();
awake = true;
}

else
{
ContinueProgramming();
}

Comments
Add Comment