Jump to content

There was a site that gave you problems to solve which worked with any....


Demonic

Recommended Posts

any programming language.

 

There was a website that I visited years ago that gave you like problems to solve with a programming language like for example:

 

Write a PHP app that gives you every odd number between 200-300.

 

I just forget the name of the website and wondering if someone remember or currently visits that website.

for ($i=201;$i<=300;$i+=2) {
  print "$i \n";
}

 

;)

 

I'm interested on a site like that as well, Upon googling I coudln't find much more than large *SQL relating projects, It'd be fun to brush up.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.