Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
What's the sum of the first 556 multiples of 47
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
What's the sum of the first 556 multiples of 47?
1 comentario
Respuestas (2)
David Sanchez
el 19 de En. de 2015
% sum of the first 556 multiples of 47?
the_multiples = 47*(1:556);
the_sum = sum(the_multiples);
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!