Friday, June 5, 2009

Hahaha .... My 1st program that i write .....

/***********************************
Program name: Hello.c
Written by : Boon Yew
Date : 5-June-2009
**********************************/
#include
int main(void)
{
printf("Hello there\n");
printf("The value of 5 + 7 is %d\n",5+7);
printf("Bye bye\n\n");

return 0;
}

Hahaha , this is my 1st program that i write in my life ..... i will not forget about it ... and i will more hardworking and write a perfect program at the feuture ...hahaha so interested on it now ....

No comments:

Post a Comment