Computer Science for IGCSE & O level - Programming (Section 6 - No. 46)

Which string handling method is used to find the number of characters in a string?
Substring
Length
UpperCase
ToLower

Explanation

The `Length` method returns the number of characters in the string.

Comments (0)

Advertisement