The statement displays the length of the string in the output window
Answers
Answered by
0
Answer:
In Java: length()
Explanation:
Example
String name = "Sari Qus";
int length = name.length();
Similar questions