Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    3
    Views
    2,222

    Re: Need help with a wheel of fortune game

    You'd do it the other way. Start with a String of all *s and change them to the letters as they were guessed.
    Several ways to get a Sting of *s. Take the length of the word and use it to substring...
  2. Replies
    3
    Views
    2,222

    Re: Need help with a wheel of fortune game

    Use the StringBuilder class to hold the letters of the word. You can index into the word and set the letters values.
    Then create a String from the contents of the StringBuilder object.
Results 1 to 2 of 2