Tuesday, February 10, 2009

Exer 1 CS 121

Photobucket

#include
#include

main(){

clrscr();
printf("\n\n ");
printf("**** *** *** *** *** * * * * * * * * ***\n ");
printf("* * * * * * * * * * * ***** ***** * ** * * \n ");
printf("**** *** * * * ** *** *** * * * * * * * * ** * **\n ");
printf("* * * *** *** * * * * * * * * * * * ***\n");
printf(" ____________________________________________________________________");
printf("\n\n\n\n\n\t\t\tH E L L O W O R L D !!");
printf("\n\n\t\tWelcome to the Field of Programming Subject");
printf("\n\n\n\t\t Programmed by: SHERLUCK L. MERCADO");
printf("\n\t\t CS 121 (5820) / 12:30 - 2:30 / H1I");
getch();

}

No comments:

Post a Comment