Q:

how to convert a string sentence into an array

String str = "This is a simple sentence";
String[] strgs = str.split(" ");
0

New to Communities?

Join the community