Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<iostream>
- #include<cmath>
- using namespace std;
- int main ()
- {
- int a;
- cout<<"Donner un entier A"<<endl;
- cin>> a;
- if (a>82&&a<102&&a%2 != 0) cout<<"Pas d'erreur";
- else cout<<"Erreur";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement