Computer Science for IGCSE & O level - Programming (Section 9 - No. 29)

What would be an appropriate data type to store a person's name?
Integer
Real number
String
Boolean

Explanation

A person's name is made up of letters, so it would be stored as a string.

Comments (0)

Advertisement