Search:

Type: Posts; User: chronoz13

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    2,524

    Re: unreachable statement Again?

    ahh ok ok.. its an infinite loop.The program will only read and stay at the loop's body..
    and it wont have any chance to execute or to reach the following statements after it because it will loop...
  2. Replies
    3
    Views
    2,524

    unreachable statement Again?

    public static void main(String[] args) {

    long targetNumber,
    guessNumber;

    targetNumber = 34;
    System.out.println("Target Number Is: " + targetNumber);

    ...
Results 1 to 2 of 2