English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
Todas las categorías

3 respuestas

pues no sé en qué lenguaje lo quieres, esto está en c:

#include
#include

void main()
{
int i, res;
clrscr();
fflush(stdin);
printf("\nDiez multiplos de 10 empezando en 20");
for(i=1;i<=10;i++)
{
printf("\n%d",10*(i+1));
}
getch();
}

2007-03-24 12:50:20 · answer #1 · answered by kosme 3 · 0 0

En python:
a=(2,3,4,5,6,7,8,9,10,11,12)
for x in a:
print x*10

2007-03-24 19:46:20 · answer #2 · answered by Javier 5 · 0 0

Me gustaria ayudarte pero en k lenguje los necesitas ????

VisualBasic, Java, Borlad Turbo C o C++ !!!

http://mx.answers.yahoo.com/question/index;_ylt=Al4kY_3tBAFD0gRzPSTDCFiY8gt.?qid=20070324155954AAABPwv

http://mx.answers.yahoo.com/question/index;_ylt=AppI65oCkN5xnItli2Nbxr6Y8gt.?qid=20070323154858AAoY6Ne

http://mx.answers.yahoo.com/question/index;_ylt=Auiapm3VlSWH7lFrdwRm0XaY8gt.?qid=20070323154640AAcC0gY


Saludos..................

2007-03-24 19:42:39 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers