JakubKaczmarek_123

z4

Dec 4th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <iostream>
  2. #include <math.h>
  3. using namespace std;
  4. int main(){
  5. for (int i = 10; i <100; i+=2) if (i%4==0) cout << i << endl;
  6. }https://pastebin.com/
Advertisement
Add Comment
Please, Sign In to add comment