Remember: If you want to compare (is A equals to B?) use ==. If you want to assign (make A equal to B) use =. Lines 25 and 26 should be comparing instead of assigning.