Search:

Type: Posts; User: angelshark

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,451

    Re: hangman problem java coding

    i found it on the internet actually when i compile nothing happens... i dont know why ;//
  2. Replies
    9
    Views
    1,451

    Re: hangman problem java coding

    public class hangman {
    public static void main(String args []){







    Scanner input = new Scanner(System.in);
  3. Replies
    9
    Views
    1,451

    Re: hangman problem java coding

    but my main problem is how can i use a loop to give player B 5 chances to enter 5 consonants and these consonants are substituted with the asterics (*).
  4. Replies
    9
    Views
    1,451

    Re: hangman problem java coding

    i only have to write the coding but unfortunately i do not have any idea about how could i start....
  5. Replies
    9
    Views
    1,451

    hangman problem java coding

    well, i have this question ->to write a simple hangman games where user A enters a phrase to guess. Then the program should display the phrase where characters are changed to *. Eg. "hello" is...
Results 1 to 5 of 5