Respuestas
Respuesta dada por:
2
hola,
el ejercicio esta en código en Dev c++
#include<iostream>
using namespace std;
int main(){
int i;
i=1;
while(i<=10){
cout<<i<<endl;
i=i+1;
}
return 0;
}
Espero te ayude..
Saludos..
el ejercicio esta en código en Dev c++
#include<iostream>
using namespace std;
int main(){
int i;
i=1;
while(i<=10){
cout<<i<<endl;
i=i+1;
}
return 0;
}
Espero te ayude..
Saludos..
Adjuntos:
Preguntas similares
hace 6 años
hace 9 años