
#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 Art E. Kilat.\n");
gotoxy(4,7);textcolor(BLUE);cprintf("I was born on November 3, 1991.\n");
gotoxy(4,9);textcolor(GREEN);cprintf("I live in Buhangin, Davao City.\n");
gotoxy(4,11);textcolor(CYAN);cprintf("My favorite color is red, white and blue.\n");
gotoxy(4,13);textcolor(YELLOW);cprintf("I love to spend my free time on playing computer 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