Search:

Type: Posts; User: candoa

Search: Search took 0.13 seconds.

  1. Thread: Hangman game

    by candoa
    Replies
    3
    Views
    1,054

    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...
  2. Thread: Hangman game

    by candoa
    Replies
    3
    Views
    1,054

    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...
Results 1 to 2 of 2