Computer Science for IGCSE & O level - Programming (Section 10 - No. 41)

What is the function of the 'Substring' method?
To convert a string to lowercase.
To extract part of a string.
To determine the length of a string.
To find the position of a character in a string.

Explanation

The Substring method extracts a specific portion or part of a string.

Comments (0)

Advertisement