Respuesta:
dia :2mes: enero año :1922
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Respuesta:
dia :2mes: enero año :1922
#include
using namespace std;
int main(){
int dia;
int mes;
int ano;
int edad;
char ingreso dia[100];
char ingreso mes [100];
int ingreso ano;
cout<<"dia";
cin>>dia;
cout<<"mes";
cin>>mes;
cout<<"año";
cin>>ano;
cout<<"edad";
cin>>edad;
coutn<<"ingreso";
cin>>dia;
cin>>mes;
cin>>ano;
return 0;
}