Como puedo saber cuantos nъmeros faltan?
#3

Quote:
Originally Posted by OTACON
Посмотреть сообщение
Код:
new variable,
falto,
cantidad_faltantes;
main()
{
	for(new e = 0; e < 11; e++)
	{
	    if(e == 1){ variable --;  continue; falto = e; cantidad_faltantes++; }
	    else
	    {
		variable++;
	    	printf("%d", e);
	    	printf("%d variable",variable);
	    	if(variable < e) {  print("falta un numero"); printf("falto el numero %d, cantidad de numeros faltantes %d", falto, cantidad_faltantes); }
	    }
  	}
}
Muchas gracias.
Reply


Messages In This Thread
Como puedo saber cuantos nъmeros faltan? - by Juand - 28.03.2015, 20:28
Respuesta: Como puedo saber cuantos nъmeros faltan? - by OTACON - 28.03.2015, 21:47
Respuesta: Como puedo saber cuantos nъmeros faltan? - by Juand - 28.03.2015, 22:13

Forum Jump:


Users browsing this thread: 2 Guest(s)