Advertisement
sathi_talukder

Untitled

Feb 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int i;
  5. scanf("%d",&i);
  6. if(i%2==0)
  7. {
  8. printf("Hukana matata");
  9. }
  10. else
  11. {
  12. printf("Tatata Bala tu");
  13. }
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement