Error when calling “.length” method on instance variable
I made a quite simple class (boils down to a guessing game) and when I tried to run my code a “error: cannot find symbol” keeps popping up whenever I call the “.length” method on my instance variable.