Asked by Greg

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];
}

Answers

There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions