Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 2 dropdown you compared each letter in the correct word to t…

Question

question # 2
dropdown
you compared each letter in the correct word to the letter guessed.
assume the correct word is \cloud.\
finish the code to compare the guessed letter to the \u\ in \cloud.\
if guess ==

Explanation:

Step1: Identify the target letter

The target letter in the word "cloud" is "u".

Step2: Complete the code condition

In the code if guess ==, we need to put the target letter. So we fill in "u".

Answer:

"u"