1.

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» B. counPop = (float) 3.2e6;


Discussion

No Comment Found