Multiple choice .net

Which is a numeric data type?

  1. Floating point

  2. Integer

  3. Boolean

  4. Both a and b.

  5. All of the above.

Reveal answer Fill a bubble to check yourself
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.