Search:

Type: Posts; User: gdoggson

Search: Search took 0.08 seconds.

  1. How to replace characters in Array with user input Characters

    I need to replace all the vowels with the letter that the user input when they choose option 2
    how do i get the user input and replace?
    Heres what i have for my code so far

    `
    import...
  2. How to replace the vowels with a user input Character

    I need to replace all the vowels with the letter that the user input when they choose option 2
    how do i get the user input and replace?
    Heres what i have for my code so far

    `
    import...
  3. Replies
    3
    Views
    1,120

    Re: Counter on Hi-Lo game

    i did this and it gives me a error message "error: variable counter might not have been initialized"


    if (guess > answer){ //If guess is higher than answer
    System.out.println...
  4. Replies
    3
    Views
    1,120

    Counter on Hi-Lo game

    How can i get a counter then display the number of attempts they have done withing my game after each right or wrong answer?

    Here is my code:


    /********************
    Hilo Game...
Results 1 to 4 of 4