97

A programmer puts two glasses on his bedside table before going to sleep. A full one, in case he gets thirsty and an empty one, in case he doesn't.

Comments
  • 1
    Not all if statements need an else, right?
  • 3
    How many were like ++ and then went "but, wait...."
  • 1
    No need for two cups, you just get a full glass and drink of it if ur thirsty.
  • 0
    To the people that don't get it

    If thirsty {
    Then drink
    }
    Else {
    Don't drink
    }
Add Comment