2 Lista De Exercicios Newton
Ensaios: 2 Lista De Exercicios Newton. Pesquise 861.000+ trabalhos acadêmicosPor: ronanll • 10/11/2014 • 680 Palavras (3 Páginas) • 298 Visualizações
2º LISTA DE EXERCICIOS DE ALGORITIMO
NOME: RONAN LÚCIO LIMA DOS SANTOS
1)
include <iostream>
#include <stdlib.h>
2º LISTA DE EXERCICIOS DE ALGORITIMO
NOME: RONAN LÚCIO LIMA DOS SANTOS
1)
include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{ int cont;
cont = 2;
while (cont <= 20) {
cout << cont << "-";
cont = cont +2;
}
cout << "\n\n";
system("PAUSE");
return EXIT_SUCCESS;
}
2º LISTA DE EXERCICIOS DE ALGORITIMO
NOME: RONAN LÚCIO LIMA DOS SANTOS
1)
include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{ int cont;
cont = 2;
while (cont <= 20) {
cout << cont << "-";
cont = cont +2;
}
cout << "\n\n";
system("PAUSE");
return EXIT_SUCCESS;
}
2º LISTA DE EXERCICIOS DE ALGORITIMO
NOME: RONAN LÚCIO LIMA DOS SANTOS
1)
include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{ int cont;
cont = 2;
while (cont <= 20) {
cout << cont << "-";
cont = cont +2;
}
cout << "\n\n";
system("PAUSE");
return EXIT_SUCCESS;
}
2º LISTA DE EXERCICIOS DE ALGORITIMO
NOME: RONAN LÚCIO LIMA DOS SANTOS
1)
include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{ int cont;
cont = 2;
while (cont <= 20) {
cout << cont << "-";
cont = cont +2;
}
cout << "\n\n";
system("PAUSE");
return EXIT_SUCCESS;
}
2º LISTA DE EXERCICIOS DE ALGORITIMO
NOME: RONAN LÚCIO LIMA DOS SANTOS
1)
include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{ int cont;
cont = 2;
while (cont <= 20) {
cout << cont << "-";
cont = cont +2;
}
cout << "\n\n";
system("PAUSE");
return EXIT_SUCCESS;
}
2º LISTA DE EXERCICIOS DE ALGORITIMO
NOME: RONAN LÚCIO LIMA DOS SANTOS
1)
include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{ int cont;
cont = 2;
while (cont <= 20) {
cout << cont << "-";
cont = cont +2;
}
cout << "\n\n";
system("PAUSE");
return EXIT_SUCCESS;
}
2º LISTA DE EXERCICIOS DE ALGORITIMO
NOME: RONAN LÚCIO LIMA DOS SANTOS
1)
include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{ int cont;
cont = 2;
...