ella-thompson_60abb04840f49
ella-thompson_60abb04840f49
About
- Username
- ella-thompson_60abb04840f49
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
1. #include <iostream> using namespace std; int main() { int i, num, maior; for (i=0; i<300; i++) { cout << "Informe o número: "; cin >> num; if (i == 0) maior = num; else if (maior < nu…