Suppose that we say:
double three = 3.0;
double point3 = 0.3;
What can we say about the stored values?

  • A: Both values are represented exactly.
  • B: Both values are represented approximately.
  • C: three is exact, point3 is approximate.
  • D: three is approximate, point3 is exact.
  • E: Depends on which CPU chip is used.

    Answer

    Page-10    Prev    Next    Page+10