Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/11/2008, 12:13
IgnacioJavier
 
Fecha de Ingreso: octubre-2008
Mensajes: 34
Antigüedad: 15 años, 6 meses
Puntos: 1
Respuesta: Problema ejercicio secuencia numeros

for (i=1; i<=n;i++){
for (j=1;j<=i;j++){
printf ("%d, ", j);
}
}