Search:

Type: Posts; User: Umbrafalx

Search: Search took 0.09 seconds.

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

    Thank you guys, the issue is resolved. However, I am not exactly sure what the issue was.


    for (int i = 0; i < 4; i++)
    {
    mulDropOff = scan.nextLine(); ...
  2. Re: Just can't see why this loop is not working.

    If I print mulDropOff (after setting it to equal "yes" at initialization) it will do that same thing, after printing out "yes" at the end of the previous string.


    String mulDropOff = "yes";
    for...
  3. Just can't see why this loop is not working.

    I am rather new to programming, I have done for loops before, but I can't see why this doesn't work.



    The following program is a fare calculator which I have been practicing on, I would really...
Results 1 to 3 of 3