Sorry! Posting Assignment is allowed only for commercial accounts.
int main(){ char code='A'; switch(code) { case 64+1: printf("ANT ");break; case 8*8+4: printf("KING "); break; default: printf("NOKING"); } printf("PALACE");}
len(["hello",2, 4, 6])