Computer Association of SIUE - Forums

CAOS Forums => Funny Bone => Topic started by: Sheila Shahpari on 2005-07-26T17:52:56-05:00 (Tuesday)

Title: Qwute of the Day
Post by: Sheila Shahpari on 2005-07-26T17:52:56-05:00 (Tuesday)
"When I was graduate student, I go to ber where you drink first beer for free.  You do not need to pay first.  In here you need to pay first."

- On do while loops
Title: Re: Qwute of the Day
Post by: Bryan on 2005-07-27T10:15:02-05:00 (Wednesday)
 :no:
Title: Re: Qwute of the Day
Post by: bill corcoran on 2005-07-27T12:02:40-05:00 (Wednesday)
i think that might make sense...


while(payForBeer()) {
   drinkBeer();
}


as opposed to:


do {
   drinkBeer();
} while (payForBeer());


can anybody tell me where this do-while bar is?
Title: Re: Qwute of the Day
Post by: Bryan on 2005-07-27T13:54:47-05:00 (Wednesday)
{
drinkbeer()
} while (atbillsapartment())


FREE BEER!
Title: Re: Qwute of the Day
Post by: Jerry on 2005-07-27T20:20:27-05:00 (Wednesday)
do {

   drink_beer()   /* :pint: */

} while (!(understood_qwute ()))

   :lol:
Title: Re: Qwute of the Day
Post by: Bryan on 2005-07-27T20:57:45-05:00 (Wednesday)
QuoteJerry wrote:
do {

   drink_beer()   /* :pint: */

} while (!(understood_qwute ()))

   :lol:


BRILLIANT!
Title: Re: Qwute of the Day
Post by: Tyler on 2005-07-27T21:11:37-05:00 (Wednesday)
while(1)
{
   DrinkBeer();
}
Title: Re: Qwute of the Day
Post by: Bryan on 2005-07-27T21:32:58-05:00 (Wednesday)
you're no longer a college student, your alcoholic privelages have been revoked!
Title: Re: Qwute of the Day
Post by: Tyler on 2005-07-27T22:00:39-05:00 (Wednesday)
Now I can drink bottles and throw them away instead of drinking cans and stacking them.

Sorry for most of you that's an inside joke.