Tema: Tarea :s
Ver Mensaje Individual
  #21 (permalink)  
Antiguo 30/05/2006, 18:59
Avatar de urgido
urgido
 
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 10 meses
Puntos: 25
a)
1 + 2 + 3 ... + 100

b)
5 + 10 + 15 ... + 50

c)
1 + 3 + 7 + 15 + 31 + ... + (2e20-1)

d)
1 + 1/2 + 1/3 + 1/4 + ... + 1/15

e)
1 * 2 * 3 * ... * 20

f)
1 * 2 * 4 * 8 * ... * 2e20

kedan asi?:
Cita:
a)for(int i =0; i < 100; i += 1)
b)for(int i =0; i < 50; i += 5)
c)AQUI NO TENGO NI IDEA :s
d)for(int i = 0; i < 1/15; i -= 1/6)
e)for(int i =0; i < 20; i *= 1)
f)for(int i =0; i < 50; i *= 2)
__________________
Hospedaje Web al mejor costo!