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];
}
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!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.