Monday, February 16, 2009

Exer 2

Output:
Exer2




#include
#include

void main()
{
clrscr();
char name[22],age[2];
gotoxy(33,3);
printf("MY AUTOBIOGRAPHY\n");
gotoxy(8,5);
printf("I am Jonabeth C. Panerio, single,23 yrs. old, tking up BSIT in\n University of Mindanao.");
printf(" I live in Purok 46 Kapundok Ma-a Davao City. \n I was born on January 6, 1986. I have 2 sisters.");
printf(" My father's name is \n Epifanio H. Panerio then my mother's name is Lilibeth C. Panerio.");
printf(" I\n am joker person and friendly person.");
printf(" I want to finish my study, want\n to be a succesful in life in the future.");
getch();
}

No comments:

Post a Comment