• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Another day, another dollar

Status
Not open for further replies.

Theo

New Member
The Originals
Joined
Feb 28, 2004
Messages
30,303
Reaction score
2,217
for(day = today; day++; dollar++) ; :-)
 
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...
 
It all depends where one lives, I suppose. I miss my drachma...
 
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';
 
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.
Back
Top Bottom