Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: finding a character from a given string value

    I am glad you have it working.
  2. Re: finding a character from a given string value

    Please describe in more detail. Is there one space too many or one space too few.
    Where is it?
    Copy the output and paste it here will comments about the space problem.
  3. Re: finding a character from a given string value

    Print the newline AFTER printing the ?
    In other words: print the characters one by one and if the last one printed was a ? print a newline
  4. Re: finding a character from a given string value

    The String class's indexOf and substring methods could be used to find the end of each sentence and extract the sentence.
    Or a newline character could be inserted in the String following the...
Results 1 to 4 of 4