Computer Science for IGCSE & O level - Programming (Section 2 - No. 18)
Which data type is most appropriate for representing the radius of a circle?
Integer
String
Boolean
REAL
Explanation
Radius can be any value, and thus the data type used must be REAL
Comments (0)
