13/01/2011, 17:35
|
| | Fecha de Ingreso: junio-2006 Ubicación: España
Mensajes: 122
Antigüedad: 18 años, 7 meses Puntos: 2 | |
Respuesta: Menu do
{
system("clear");//limpio pantalla
//limpio el buffer
fflush(stdin);
scanf("%d",&numero);
fflush(stdin);
}while(numero<1 || numero>2); |