Prof hits 14k!!!!!!!

Uki Chick

New Member
Congrats Prof! You've made it to 14000 posts! I think you need to find something better to do with your free time. :lol2:
 
Ok...you asked for it.

14,000 * 5 minutes (ave. to type in a hit reply) = 70,000 minutes
70,000 / 60 = 1,167 hours
1,167 / 24 = 48.61 days

Nearly 50 full days down the tube! Hope you had fun :)
 
I'd like to mark this occasion, but I'm not so sure congratulations are in order. I'll just say umm... okay.

:lol:
 
For those of you that know C.

PHP:
#include <stdio.h>
#define SIX 1 + 5
#define NINE 8 + 1

int main(void)
{
    int result;
    result = SIX*NINE;
    printf( "What do you get if you multiply %d by %d? %d\n", SIX, NINE, result );
    return 0;
}
 
Back
Top