Hello.
If a character say c is enclosed in single quotes as 'c' then the expression 'c' returns the ASCII code of the character c.
So in your expression 5+'7'+2, three values are added: 5,...