Programming Languages C++ Objective
Mar 18, 2013

Which will store the number 320000 as a Float number?

Choose the correct answer:
A) counPop = (float) 3.2e5;
B) counPop = (float) 3.2e6;
C) counPop = (float) .32e5;
D) counPop = (float) .32e7;
Detailed Explanation

Option A is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback