Computer Science for IGCSE & O level - Programming (Section 2 - No. 40)
Which data type is appropriate for storing a person's name in a program?
INTEGER
REAL
BOOLEAN
STRING
Explanation
A name is a sequence of characters, best represented by a STRING.
Comments (0)
