Advertisement
saira12tabassum19

Untitled

Jul 9th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //problem no c
  2. #include<stdio.h>
  3. int main()
  4. {
  5. int t,time;
  6. scanf("%d",&t);
  7. time=t+8;
  8. if(time>=10&&time<=12)printf("Shuru Hoya Gelo!\n");
  9. else if(time<10)printf("Aya porsi\n");
  10. else printf("Khaise\n");
  11.  
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement