Search:

Type: Posts; User: candoa

Search: Search took 0.09 seconds.

  1. Thread: hangman game

    by candoa
    Replies
    1
    Views
    1,280

    hangman game

    /*the file that im reading from has 40 lines of words. I need to read from file whatever the size of the file and assign the amount of word from the file to the array size. thank you in advance
    */
    ...
  2. Thread: Hangman game

    by candoa
    Replies
    3
    Views
    1,060

    Re: Hangman game

    I need to finish this two methods and I have no idea what to do. what I need to do basically is to pass 3 values a char, a string and a char[] status. I don't know how to convert the string word to...
  3. Thread: Hangman game

    by candoa
    Replies
    3
    Views
    1,060

    Hangman game

    import java.util.*;
    import java.io.*;
    public class lab10 {

    /**
    * @param args
    */
    public static void main(String[] args) throws FileNotFoundException{
    // TODO Auto-generated method...
  4. Replies
    1
    Views
    1,115

    java file processing beginner level

    INFO ABOUT THE PROGRAM
    /*
    dive_data.txt info
    1 3.5 5.5 6.0 7.0 6.5 6.5 5.5 7.5
    2 2.0 8.0 8.5 8.5 9.0 8.0 8.5 8.0
    I already got rid of 1 because it was an int, and the teacher said to remove the...
Results 1 to 4 of 4