Computer Science for IGCSE & O level - Programming (Section 15 - No. 31)

What does the 'length' method calculate for strings?
The number of characters in the string.
The position of a specific character.
The index of the last character.
The string value to lowercase

Explanation

The 'length' method determines the number of characters in the string.

Comments (0)

Advertisement