Search:

Type: Posts; User: tardis_

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,511

    Re: nested for loop

    it was 1am when i wrote that lol, let me try this again.
    i want two loops as you see in the code to do exactly what it's doing.
    00
    01
    02
    03
    10
    11
    12
    13
  2. Replies
    4
    Views
    1,511

    nested for loop

    good morning, i've been stuck on this issue for about 2 weeks now! :-(
    i have a nested loop.


    for(i= 0; i<= 3; i++)
    {
    for(j= 0; j<= 8; j++)
    {
    System.out.println(i+...
Results 1 to 2 of 2