using namespace std;
int main ()
{
int cana,sex,h,m,canh,canm;
canh=0;
canm=0;
cout<<"ingrese la cantidad de alumnos"<
cout<<"ingrese el sexo"<
cout<<"es hombre"<
cout<<"es mujer"<
while (cana>0)
{
if (sex)
{
cout<
else
{cana=sex;
}
system ("pause");
return 0;
}

No hay comentarios:
Publicar un comentario