Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.
Daily Diamond

Another day, another dollar

Status
Not open for further replies.

Theo

Account Terminated
Joined
Feb 28, 2004
Messages
30,316
Reaction score
2,217
for(day = today; day++; dollar++) ; :)
 

Bart

Level 5
Legacy Platinum Member
Joined
Apr 14, 2004
Messages
274
Reaction score
0
Isn't it ironic how almost every country in the world is looking for a weaker currency ?
Oh well, I think it's a good thing for our (EU) economy that euro weakens a bit. Look at the run it had during the last 2 years...
 

Theo

Account Terminated
Joined
Feb 28, 2004
Messages
30,316
Reaction score
2,217
It all depends where one lives, I suppose. I miss my drachma...
 

DavidAusman

David Ausman
Legacy Exclusive Member
Joined
May 15, 2005
Messages
682
Reaction score
0
RADiSTAR said:
for(day = today; day++; dollar++) ; :)

LOL...
it should be:
$bankaccount = 0;
$website = 0;
while (($bankaccount < 1000000) && ($website < 100))
{
print $bankaccount;
$bankaccount++;
}

echo 'Im a millionaire';
 

csmaster2005

Level 5
Legacy Platinum Member
Joined
Jul 19, 2004
Messages
454
Reaction score
0
aboutwhat.org said:
LOL...
it should be:
$bankaccount = 0;
$website = 0;
while (($bankaccount < 1000000) && ($website < 100))
{
print $bankaccount;
$bankaccount++;
}

echo 'Im a millionaire';

tisk tisk tisk did it php style?

lets make it c++ ;)
int bankaccount, website;
bankaccount = 0;
website = 0;
while ((bankaccount < 1000000) && (website < 100))
{
cout <<bankaccount;
bankaccount++;
}

cout << 'Im a millionaire';
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members Online

Sedo - it.com Premiums

IT.com

Premium Members

Premium Members

MariaBuy

Our Mods' Businesses

UrlPick.com

*the exceptional businesses of our esteemed moderators

Top Bottom