What's the difference between int and double?

Integers are whole numbers while doubles have a decimal pointAn int-type value has quotation marksint defines a variable while double defines a methodThey're the same

Sweet! While int-type values are whole numbers, doubles have a decimal point.

Not quite! While int-type values are whole numbers, doubles have a decimal point.