Computer Science for IGCSE & O level - Programming (Section 11 - No. 28)
Which data type is most appropriate for storing a whole number (integer) in most programming languages?
String
Float
Integer
Boolean
Explanation
The integer data type is specifically designed for storing whole numbers without fractional components.
Comments (0)
