28 December 2006, 1:18 AM
Code:
#include <iostream.h>
int main()
{
int bot = 99;t=99;
for(n=bot,n == 0,t--)
{
cout << n << " bottles of beer on the wall, " << n << " bottles of beer!" << endl;
cout << "Take one down and pass it around..." << endl;
n--;
cout << n << " bottles of beer on the wall!" << endl;
}
return(0);
}
I win.