If i have a string with a word 'today' in it.
If a user inputs a char (lets say b).
how do I right the array to make it see if the char "b" is in the string today.
LOOP???
int i;
for(i=0; i<SIZE; i++)
{
guessedChar[i];
/*or*/
wordString[i];
}