Which is a numeric data type?
-
Floating point
-
Integer
-
Boolean
-
Both a and b.
-
All of the above.
D
Correct answer
Explanation
Both Floating point (Single, Double) and Integer are numeric data types used to store numbers. Boolean is a logical data type that stores True/False values, not numeric values.