Great! We create integer variables with the int
keyword 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?