Which is not an integer data type?
-
Single
-
Byte
-
Short
-
Integer
-
Long
A
Correct answer
Explanation
Single is a floating-point data type that stores decimal numbers with limited precision. Byte, Short, Integer, and Long are all integer data types that store whole numbers without fractional parts.