Numbers come in different types as well. Whole numbers are called integers, while numbers with a decimal place are called doubles.

Which value might belong to which variable?

Nice! 3 is an integer type, while 3.5 is a double type.

Whoops! Wouldn't 3 be an integer and 3.5 a double?