# include void main (void){ int c: cout <<"Escribe un entero"; cin>> c; if (c>10){ cout<<"Escribiste un numero mayor a 10"; } else { };cout <<"Escribiste un numero <10" }; }.