#include Int main(){Int aCout<<"ingresa numero";Cin>>a;If(a==1) cout<<"es uno";Else cout<<" es diferente"<<endl;System("pause");Return 0;}
Ingresa tus comentarios
#include
ResponderEliminarInt main()
{
Int a
Cout<<"ingresa numero";
Cin>>a;
If(a==1) cout<<"es uno";
Else cout<<" es diferente"<<endl;
System("pause");
Return 0;}