Search:

Type: Posts; User: maybach230

Search: Search took 0.07 seconds.

  1. Re: Counting Vowels and Prepositions in a text file

    yes could you please write an example..? thanks again
  2. Re: Counting Vowels and Prepositions in a text file

    hey i go it to work, but the problem is printing the outputs to the source file and counting preposition...
    do u know how i could go about counting prepositions..this is my code for counting vowels,...
  3. Counting Vowels and Prepositions in a text file

    Hi,
    I wanted help implementing how to count vowels and preposition in a text file..this is what i have for counting words, the other are blank because i simply can't get it to work..Help is greatly...
  4. Replies
    4
    Views
    12,033

    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...
  5. Re: java program to copy a text file to onother text file

    check this link out Byte Streams (The Java™ Tutorials > Essential Classes > Basic I/O) it gives u and example and you can modify it to fit whatever you want.:rolleyes::-bd
  6. Replies
    4
    Views
    12,033

    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...
  7. Replies
    3
    Views
    2,866

    Re: vending machine submit button help

    thanks, i figured it out.
  8. Replies
    3
    Views
    2,866

    vending machine submit button help

    Hi ,
    I have created a submit button "sbutton" that should take all totals from 3 boxes and if that total is greater than 1, then it should be subtracted from 1 and the remainder is suppose to be...
Results 1 to 8 of 8