for (int i=0; i < 5; i++)
    for (int j=(i+1); j < 6; j++)

Könnte mir bitte jemand erklären, was „j=(i+1)“ bedeutet?