Search:

Type: Posts; User: jps

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,293

    Re: Just can't see why this loop is not working.

    See the recopy of your code below with comments.



    String mulDropOff = "yes";//setting mulDropOff to "yes"
    for (int i = 0; i < 4; i++)
    {
    System.out.print("\nAdd another drop-off...
  2. Replies
    6
    Views
    1,293

    Re: Just can't see why this loop is not working.

    for (int i = 0; i < 4; i++) {
    /*DEBUG*/System.out.println("In for loop, iteration number:" + i);
    System.out.print("\nAdd another drop-off point? ");

    mulDropOff =...
Results 1 to 2 of 2