Doesn't remove life when guess is a different length

This is my code of the ProcessGuess() function and I’ve noticed that when my guess is not the same length as the hidden word it simply prints the line “The hidden word is (HiddenWord.Len()) characters long” and doesn’t actually remove a life.

I think that behaviour is the same as shown in the lesson I currently am in (Early Returns) but i wanted to ask if it is in fact right and will be fixed in the next lesson or if this is an error and i have done something wrong.

There’s nothing to fix. Mike repeatedly says he doesn’t want to deduct a life if the guess isn’t the right length or not an isogram.

Guess i kinda missed that. Thank you

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms