Great! age looks like a number, but Kotlin sees it as a string. This means we can't use it for arithmetic operations.
age
Almost! Remember: after the = sign, we need to put the value inside double quotes to make it a string.
=