adplus-dvertising
frame-decoration

Question

Which of the following will store the number 320000 as a Float number?

a.

counPop = (float) 3.2e5;

b.

counPop = (float) 3.2e6;

c.

counPop = (float) .32e5;

d.

counPop = (float) .32e7;

Answer: (a).counPop = (float) 3.2e5;

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following will store the number 320000 as a Float number?