Search:

Type: Posts; User: DanTheSand

Search: Search took 0.18 seconds.

  1. Replies
    3
    Views
    2,186

    Re: Need help with a wheel of fortune game

    Thanks, but could you give me an example or maybe help me out a little more on how to turn all the characters in the string to this "*" i dont really understand
  2. Replies
    3
    Views
    2,186

    Need help with a wheel of fortune game

    So, its sort of like hangman, All my code is able to do is to produce a random word, i have no idea how to change the letters in the string to this: "*", and how to change it back to the normal...
  3. Replies
    4
    Views
    1,500

    Re: trying to save data onto a file

    I put the filewriter outside the loop and it still only reads the last string that the user will input, here is the code:

    try
    {
    output = new PrintWriter (new FileWriter...
  4. Replies
    4
    Views
    1,500

    trying to save data onto a file

    Hey im trying to make a program that creates a new file and saves any amount of strings into the file, and basically the problem is that it only saves the last string that the user inputted. How do i...
  5. Replies
    3
    Views
    1,627

    Re: Having a problem with java IO

    Ok so im trying to open a new file, so far i have this
    public void newFile ()
    {
    title ();
    c.println (" Welcome, Come create a New File ");
    c.println ("");

    ...
  6. Replies
    3
    Views
    1,627

    Having a problem with java IO

    hey, im particularly new to this and i think this might be an easy one for you guys.
    It would be greatly appreciated if you could solve any one of this, or give me any help or insight into how i...
Results 1 to 6 of 6