Stairs --A funny story

 Bill, Jim, and Scott were at a convention together and were
    sharing a large suite on the top of a 75 story sky scraper.
    After a long day of meetings they were shocked to hear that the
    elevators in their hotel were broken and they would have to climb
    75 flights of stairs to get to their room.  Bill said to Jim and
    Scott, let's break the monotony of this unpleasant task by
    concentrating on something interesting.  I'll tell jokes for 25
    flights, and Jim can sing songs for 25 flights, and Scott can
    tell sad stories the rest of the way.  At the 26th floor Bill
    stopped telling jokes and Jim began to sing.  At the 51st floor
    Jim stopped singing and Scott began to tell sad stories.  "I will
    tell my saddest story first," he said.  "I left the room key in
    the car!"

Comments

Popular posts from this blog

FuN+PHP

String Variable in PHPString variables are used for values that contains characters. In this chapter we are going to look at the most common functions and operators used to manipulate strings in PHP. After we create a string we can manipulate it. A string can be used directly in a function or it can be stored in a variable. Below, the PHP script assigns the text "Hello World" to a string variable called $txt: The output of the code above will be: Hello World

Meaning of mad