Try another int variable, like

Code:
int answer;
answer = (strcmp(guess,"JAPAN") == 0) ? 0:1;