Computer Science for IGCSE & O level - Programming (Section 8 - No. 37)

What is the function of the `Substring` method?
To find the length of a string.
To convert a string to uppercase.
To extract a portion of a string.
To replace characters in a string.

Explanation

The Substring method extracts a segment of a string.

Comments (0)

Advertisement