#include
#include
void main()
void main()
{
clrscr();
gotoxy(10,5);textcolor(BLUE+BLINK);cprintf("MY AUTOBIOGRAPHY\n");
gotoxy(10,5);textcolor(BLUE+BLINK);cprintf("MY AUTOBIOGRAPHY\n");
gotoxy(15,10);cprintf("Diana Estrada is my whole name. I just turned 18 last 18th of august of the previous year. I'm the sixth child of Mr. and Mrs. Alejandro Estrada. Our family is permanently settled in Digos City for about 2 decades already. So basically, i graduated my early studies there. And now, i'm here staying in Davao City to finish up my bachelor's degree in Computer Science.");
gotoxy(29,20);textcolor(YELLOW+BLINK);cprintf("DONE BY: Diana Estrada");
gotoxy(29,20);textcolor(YELLOW+BLINK);cprintf("DONE BY: Diana Estrada");
getch();
}

No comments:
Post a Comment