When it was mentioned in the lecture 50 to check whether the Input is same as the HiddenWord or not.
What I faced is:
I set HiddenWord as "Cake"
And when I played the game. And when I typed Cake it says you win. But when I wrote cake i.e, cake with small letter c, still it says you win.
I would like to know that since ASCII values of both c and C are different then why is it still showing the You win in both the cases?
Thanks