Lesson 8: int & arithmetic
So far we worked with text. Now whole numbers: the int type. You declare it like a string but with no quotes: int age = 20;. On an int you can do arithmetic: + add, - subtract, * multiply, / divide, and % remainder (modulo). Note the key difference: numbers add up (3 + 4 = 7), while strings stick ("