Search:

Type: Posts; User: maybach230

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    12,136

    Re: counting words of a text file

    i have this now.it's counting 136 not 133 because i kno the number of words in my file...and how do i count vowels?

    this is what i have


    import java.io.*;
    import java.util.regex.*;

    public...
  2. Replies
    4
    Views
    12,136

    counting words of a text file

    Hi,
    I am having problems counting the number of words in a text file that i created (it has 130...input.txt) and printing that finding (number) into another text file (output)....Any help is...
Results 1 to 2 of 2