Advertisement
imrul_kayes

Problem no. 01

Feb 21st, 2019
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include<stdio.h>
  2. int main ()
  3. {
  4.     int i;
  5.     scanf("&i",i);
  6.     if(i%2==0)
  7.         printf("Hakuna Matata");
  8.     else
  9.         printf("Tatata Balatu");
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement