Multiple choice The value of 15/10.0 is 0.5 1.5 0 none of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation In C, when dividing an integer by a floating-point number, the integer is promoted to a float, resulting in a floating-point division. 15 / 10.0 = 1.5.