Sunday, February 15, 2009

Exercise no. 2

Exercise # 2:

#include
#include

void main()
{
clrscr();
gotoxy(18,1);textcolor(LIGHTBLUE);cprintf("E X E R C I S E 2/ A U T O B I O G R A P H Y");
gotoxy(18,3);textcolor(CYAN);cprintf("  W E L C O M E T O M Y P R O F I L E \n\n");

gotoxy(18,5);textcolor(LIGHTBLUE);cprintf("MY name is Richard Aguillon, a man who are aiming to be a famous person in the world!!!!I was born on July 6, 1989; at Bula Zone 9 G.S.C. there I grow up and Learn something about reality that LIfe is so very short but so so.....so exciting and full of surprise you've never been experienced. I am a serious kind of person, I have a lot of friends but few of them I consider my True friends.I like people who have positive outlook in life, Kind,Generous,Loving and Caring.");
gotoxy(18,12);textcolor(YELLOW);cprintf("\"Pain is always been there in life........This pain makes us more brave and strong enough to deal with this unsophisticated LIFE. But because of the people surrounded us, LOVE us and CARE us we face all the odds with courage and determination\"");
gotoxy(18,16);textcolor(LIGHTRED);cprintf("Education is my first priority, cause i know that thi]s will give me a bright future someday, despite of all challenges I've been experiences in these couple of days.");
gotoxy(22,20);textcolor(LIGHTGREEN);cprintf("THANK YOU FOR READING AND VIEWING ME!!!");

getch();


}
OUTPUT:

No comments:

Post a Comment