Line 9 does a test "a==m" (I'm using double quotes simply to contain text). There is no variable named m anywhere, hence the compiler's complaint. If you want to compare a with the character...