!= value checking problems

Mine isn’t working, error code say that != cannot compare int with insigned int
Kieran · Lecture 38 · 11 minutes ago

(Guess.length != GetHiddenWordLength() ) not working for me, just keeps saying its can’t compare the values of an int and an unsigned int

You need to type () behind your Guess.length

2 Likes

Privacy & Terms