Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
BENVIDO!
EXERCICIO 1. Escriba un programa que lea un número enteiro e escriba cunha mensaxe si o número é maior ca 100.
1
2
3
4
5
6
7
8
9
10
//OLLO:
//- Lembra colocar ben as chaves {}
//- E declara as variables
#include <iostream>
using namespace std;
int main()
Enter to Rename, Shift+Enter to Preview
EXERCICIO 2. Cántos tipos de bucles hai en programación?
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content