Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Another day, another dollar

Status
Not open for further replies.

Theo

Account Terminated
Joined
Feb 28, 2004
Messages
30,306
Reaction score
2,216
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,306
Reaction score
2,216
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 &#039;Im a millionaire&#039;;
 

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 &#039;Im a millionaire&#039;;

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 << &#039;Im a millionaire&#039;;
 
Status
Not open for further replies.

The Rule #1

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

Members Online

Premium Members

Upcoming events

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators

Top Bottom