What is the next letter in this sequence of letters?
M A M J J A S O
N
Correct!
*looks at people who aren't Newby*
Then which letter?
I've got nothin.. That's hard. =(
WTF I GET IT?!
D, right?
Haha, yep.
Anybody else for the next letter?
Quote from: iago on November 16, 2005, 06:49:52 PM
Haha, yep.
Anybody else for the next letter?
Well, assuming it's a recurring set, wouldn't it be J? :)
Yes :P
Can somebody just post what the letters represent, just in case somebody hasn't figured it out yet? :)
Quote from: iago on November 16, 2005, 07:18:34 PM
Yes :P
Can somebody just post what the letters represent, just in case somebody hasn't figured it out yet? :)
function get_set_value($index) {
$m = array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
$s = $m[ (($index % 12) + 1) ];
return substr($s, 0, 1);
}
:)
Edit -- Made it recursive! :)
/me dies
Yet again, should we credit Sidoh with getting the answer first? :)
Quote from: iago on November 16, 2005, 08:49:34 PM
Yet again, should we credit Sidoh with getting the answer first? :)
Of course!
Sidoh: 8 (warning - rotate character 90 degrees to either direction to reviel true value)
Everyone else: 0
:D
Hehe, just kidding.