#include
#include
#include
void main ()
{
int ced,e,tel;
char nom [30];
char dir [30];
clrscr();
gotoxy(5,2);
cout<<"MIS DATOS";
gotoxy(2,4);
cout<<"ingrese cedula " ;
cin>>ced;
gotoxy(2,5);
cout<<"ingrese telefono ";
cin>>tel;
gotoxy(2,6) ;
cout<<"ingrese la edad ";
cin>>e;
gotoxy(2,7);
cout<<"ingrese su nombre ";
cin>>nom;
gotoxy(2,8);
cout<<"ingrese direccion ";
cin>>dir;
cout<<"MIS DATOS SON"; endl;
cout<
}
No hay comentarios:
Publicar un comentario