Search:

Type: Posts; User: Json

Search: Search took 0.45 seconds.

  1. Replies
    3
    Views
    2,790

    Re: another unreachable statement..

    Yeah because in a do/while the code block will ALWAYS run once, no matter what the condition is.

    // Json
  2. Replies
    3
    Views
    2,790

    Re: another unreachable statement..

    Since the condition block in the while will ALWAYS be false, the code in the while block can NEVER happen. Therefore, unreachable code block.

    // Json
Results 1 to 2 of 2