Search:

Type: Posts; User: Versatile

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,216

    Re: Count number of paragraphs in a document

    Thanks Norm, i tried printing value of line which results null everytime. I am really confused what to do :(
  2. Replies
    6
    Views
    1,216

    Re: Count number of paragraphs in a document

    Yes Norm, I did have a question.
    I m not getting whats wrong with my code in calculating number of paragraphs in a document. For every input its giving answer as zero.
    Please help me with this....
  3. Replies
    6
    Views
    1,216

    Count number of paragraphs in a document

    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.io.IOException;

    public class Paragraph
    {
    public static void main(String[] args)...
Results 1 to 3 of 3