Wednesday, February 18, 2009
Applications @ 9:18 PM
Seriously. The joy in learning C Programming ~

Ting: ...
...
sem long
sem long
sem long
sem long
sem long
-continues demented chanting-
-kneels on ground-

Me: for that thing... hold on

Ting: WHY WHY WHY

Me: just hold on

Ting: WHYYYYYYYYYYYYYYYYYYYYYYYYYYY

Me: hold on
this will take quite a while

Ting: ...

Me: quite a while
just a little little while

-a while passed by-

Me: YES FINALLY
BITCH names

Ting: ...?

Me: your "sem long" thing can be easily summarised as:
#include
#include

int main (void)
{
int value, counter;
printf("Enter the number of times you want to rant: ");
scanf("%d", &value);

for (counter = 1; counter <= value; counter +=1) {
printf("sem long\n");
}
return 0;
}

After a while, I took her why and stuff into consideration, so I added:

printf("WHY WHY WHY\nWHYYYYYYYYYYYYYYYYYYYYYYYYYYY\n"); after the for statement. So it becomes like this:


:D