Multiple choice What data type would you use for the following? 156.2 int float boolean char Reveal answer Fill a bubble to check yourself B Correct answer Explanation The value 156.2 contains a decimal point, which is represented by the float (floating-point) data type.