Can someone help us figure out why these nested if statements don’t work!
Comparing Strings with == is problematic.
Try people.equals(“Nintendo”).
1 Like
I agree, the first thing to do is change each of those conditions to use the .equals() method.
That might then reveal more bugs to squash, let us know!
Lindsay
1 Like