0

Help, I need a program that prints the number of letters in a word

Whit a arrays (opcional)

4th May 2018, 8:30 PM
Jesus Armando Carrizoza Tamayo
Jesus Armando Carrizoza Tamayo - avatar
1 ответ
+ 3
string word="hello"; int len=word.length(); System.out.print(len);
4th May 2018, 8:43 PM
᠌᠌Code X
᠌᠌Code X - avatar