Search:

Type: Posts; User: gdoggson

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,121

    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...
  2. Replies
    3
    Views
    1,121

    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 2 of 2