Multiple choice

What data type would I use for the following: 3647592726

  1. float

  2. boolean

  3. String

  4. int

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The value 3647592726 is a whole number, which is represented by the integer (int) data type in programming.