• 2022-05-28
    Which of the following statements is ? ( )
    A: Java provides two primitive types for storing floating-point numbers in memory float and double.
    B: A floating-point number is a number with a decimal point.
    C: Variables of type float represent single-precision floating-point numbers and have seven significant digits.
    D: Variables of type float represent double-precision floating-point numbers; these require twice as much memory as double variables.