[Solved] JAVA string how can i implement the length method
[ad_1] Something like this? int i = 0; for (char ch : string.toCharArray()) { i++; } 4 [ad_2] solved JAVA string how can i implement the length method
[ad_1] Something like this? int i = 0; for (char ch : string.toCharArray()) { i++; } 4 [ad_2] solved JAVA string how can i implement the length method