If we don't assign a value to a variable when we create it, the variable wants to know the kind of data it's meant for. In that case, we need to give it a type.

Perfect! We just created three variables for three different types of data.

Wait, what was that? As the name suggests, myDouble should be a variable for double values.