Computer Science, asked by giru7489, 4 months ago

The statement displays the length of the string in the output window

Answers

Answered by sariQus
0

Answer:

In Java: length()

Explanation:

Example

String name = "Sari Qus";

int length = name.length();

Similar questions