Multiple choice What data type would I use for the following: 3647592726 float boolean String 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.