Numbers come in various types: while integers are whole numbers, doubles are numbers with a decimal place.

Great! We create integer variables with the intkeyword and use double to create variables for doubles, which are numbers with a decimal place.

The type of number we need to use depends on the information we want to store.

Are you sure that this is a number with a decimal place?