int main(){char code='K';switch(code){case "A": printf("ANT ");break;case "K": printf("KING "); break;default: printf("NOKING");}printf("PALACE");}
Not registered? Create an account
Forgot Password?
Already a registered user? Login