If we put a number inside quotation marks, we'll turn it into a string as well. 

Great! age looks like a number, but Kotlin sees it as a string. This means we can't use it for arithmetic operations.

Almost! Remember: after the = sign, we need to put the value inside double quotes to make it a string.