Search:

Type: Posts; User: Artus

Search: Search took 0.20 seconds.

  1. Re: I don't know how to create this method, it eludes me, please help ASAP !!

    Okay thanks a bunch! Gonna sleep for now so tired.
  2. Re: I don't know how to create this method, it eludes me, please help ASAP !!

    Thank you ! I turned it into a char, because I need it to not keep the capitalization anyway. however I encountered another problem, if I enter the guessChar as the first letter of the said...
  3. Re: I don't know how to create this method, it eludes me, please help ASAP !!

    Okay so this is what I got :


    //UpdateSecretWord Method
    public static String updateSecretWord(String secretWord, String englishWord, String guessedChar)
    {
    ...
  4. Re: I don't know how to create this method, it eludes me, please help ASAP !!

    So I used this example found on the internet to help me out:
    Example Code:
    String myName = "domanokz";
    myName.charAt(4) = 'x';

    This is what I came up with:


    //UpdateSecretWord Method
  5. Re: I don't know how to create this method, it eludes me, please help ASAP !!

    Could you please show me that in code, because I tried doing it, it didn't work =/
  6. I don't know how to create this method, it eludes me, please help ASAP !!

    Below is part Two the method I need help creating:

    This method updates the sequence of stars according to the actual English word and the guess character.

    public static String...
Results 1 to 6 of 6