Exer2
#include
#include
void main()
{
clrscr();
char name[22],age[2];
gotoxy(33,3);
printf("MY AUTOBIOGRAPHY\n");
gotoxy(8,5);
printf("I am Annalou S. Bentayao, 20 yrs of age. I live in Brgy. 22-C Piapi\n Blvard,");
printf(" presently I studied at University of Mindanao taking up BSCS. I\n strive my best");
printf(" to attain my goal which to finish my study and to achieve\n my ambition to become succesfull");
printf(" proggramer someday. So that I can get out\n my family from poverty. That what as simple as me!!!");
getch();
}
No comments:
Post a Comment