Computer Science, asked by mercy24, 8 months ago

fill in the blank : _____ allows us to extract character/characters from any location in a string ​

Answers

Answered by sherlyaishu27
3

Answer:

java string

Explanation:

Answered by mosfara5478
2

Answer:

java string

explanation:

The Java String charAt(int index) method returns the character at the specified index in a string.

The index value that we pass in this method should be between 0 and (length of string-1). For example: s. charAt(0) would return the first character of the string represented by instance s.

hope this helps

Similar questions