Friday, February 13, 2009

♪ Exercise 2 ♪


#include
#include

void main(){
clrscr();
gotoxy(25,3);textcolor(RED+BLINK);cprintf(" B I O G R A P H Y ");
gotoxy(4,5);textcolor(LIGHTRED);cprintf("My name is Jan Carlo Tinio Arroyo.\n");
gotoxy(4,7);textcolor(BLUE);cprintf("I was born on October 14, 1991.\n");
gotoxy(4,9);textcolor(GREEN);cprintf("I live in P29, Ma-a, Davao City.\n");
gotoxy(4,11);textcolor(CYAN);cprintf("My favorite color is black, red and blue.\n");
gotoxy(4,13);textcolor(YELLOW);cprintf("I love to spend my free time on playing online games.\n");
gotoxy(4,15);textcolor(MAGENTA);cprintf("I am starting to like programming though it gives me headache for most of the time.\n");
getch();
}

No comments:

Post a Comment