Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,199

    Re: Paragraph count using scanner

    Scanner also uses spaces to delimit what it reads. You will not be able to see the spaces or newline characters using Scanner. You need to use a class and methods that reads the bytes of the file...
  2. Replies
    4
    Views
    2,199

    Re: Paragraph count using scanner

    Can you define what a paragraph is and how you recognize one so it can be counted?

    The newline character is used by the nextLine() to determine where the end of a line is. The newline character...
Results 1 to 2 of 2