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 == correct(4)
correct(3)
correct[3]
correct[4]