#include<stdio.h> #include<string.h> int main () { int c=1; char str[10]; while (1) { scanf("%s",&str); if (strcmp(str,"*")==0) return 0; if (!strcmp(str,"Hajj")) printf("Case %d: Hajj-e-Akbar\n",c++); else if (!strcmp(str,"Umrah")) printf("Case %d: Hajj-e-Asghar\n",c++); } return 0; }
Sunday, April 24, 2016
Published April 24, 2016 by Sourav Chowdhury with 0 comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment