Computer Science for IGCSE & O level - Programming (Section 11 - No. 21)
Which data type would be best suited for storing the value of PI (3.14159)?
Integer
String
Boolean
Float
Explanation
Float data types are designed to store floating-point numbers (numbers with decimal points).
Comments (0)
