String letter comparisons


if (input[i]==letter[j]){
word=true;

Where input is a string and letter is an array. Somehow, I'm getting the error that the "==" operator does not exist. How can this be??
letter is an array of what?
Topic archived. No new replies allowed.