Search:

Type: Posts; User: chronoz13

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    2,826

    Re: another unreachable statement..

    im doing that condition it do-while but it can reach that block.. but now Im starting to get it although a liitle bit
    tnx for the reply with this post sir!
    \m/
  2. Replies
    3
    Views
    2,826

    another unreachable statement..

    public class Sample {

    public static void main(String[] args) {

    int loopKey;
    int x = 1;


    while (false) { //unreachable statement.
Results 1 to 2 of 2