Hey, I'm just starting out and I can't figure out why this won't work. No matter what I input it treats the first if statement like it's true. What am I missing here? Thanks!
Use == instead of =
This is a common mistake, no worries :D
EDIT:
Guess I can explain why. == is the comparison operator, = is the assignment operator.
EDIT Dos:
Not that I care, but it may against forum rules (not to mention offensive to some people) to be using , uh derogatory remarks, even if it just random output in your code.