Advertisement
Josif_tepe

Untitled

Sep 2nd, 2022
1,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. int main()
  2. {
  3.    int N;
  4.    scanf("%d",&N);
  5.    if ((N%2)==0) {
  6.         printf("Brojot N e paren");
  7.    }
  8.    else {
  9.     printf("Brojot e neparen");
  10.    }
  11.    return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement