Advertisement
Rehan_Rahman26

uri 1044

Oct 19th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int i;
  5. scanf("%d",&i);
  6.  
  7. if(i%2==0)
  8. printf("Sao Multiplos");
  9. else
  10. printf("Nao sao Multiplos");
  11. return 0;
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement