User Profile

Collapse

Profile Sidebar

Collapse
Archestic
Archestic
Last Activity: May 9 '07, 10:11 AM
Joined: Nov 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Archestic
    replied to Needing Serious help
    in Java
    Hi thanks for this, i have come up with this code so far buit i dont think its any good.

    Code:
    import java.io.*;
    import java.util.*;
    
    public class App
    {
    			//Create BufferedReader class instance
    			public static InputStreamReader input = new InputStreamReader(System.in);
    			public static BufferedReader keyboardInput = new BufferedReader (input);
    			
    			
    			
    	public
    ...
    See more | Go to post

    Leave a comment:


  • Archestic
    started a topic Needing Serious help
    in Java

    Needing Serious help

    Hey, I need to make a program that will
    - read in a text file
    - count the number of words in the file
    - count the length frequency of words

    If anyone has any code or knows of anywhere i can find code it would be most appreciated. I have tried to make the program but i dnt know where to startor how i should code.

    Thanks

    Arch
    See more | Go to post

  • Archestic
    replied to Building a file reading app
    in Java
    I have found some code which i think will read the text file. This was found on a website i think i might be able to modify this and use it in my code.

    Code:
    import java.io.*;
    
    public class ReadFile{
        public static void main(String[] args){
            try {
    			
    			/*	Sets up a file reader to read the file passed on the command
    				line one character at a time */
    			FileReader input
    ...
    See more | Go to post

    Leave a comment:


  • Archestic
    started a topic Building a file reading app
    in Java

    Building a file reading app

    Hi, I have been given the task to make a file reading program which will:

    Take in a text file
    Read it and display its contents
    Do a quick word count
    Do a vowel count

    Im kind of new to java programming so any help will be appreciated. Either by code or ideas on how the code should be laid out.

    Thanks

    Arch
    See more | Go to post
No activity results to display
Show More
Working...