May I know how to do with the String to read a letter from a given sentences?
I can do it only with just read 20 character from a given senteces.
But, how do I do with reading a letter?Code:sentence.substring(0,21);
I try with substring but cannot work
below is the try code.
I put this " " to represent space, but it cannot take this parameter, what should I use instead?Code:sentence.substring(0," ");
Thank you for the help.
