Search:

Type: Posts; User: samadniz

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,791

    Re: Nested For Loop!

    Hahaha, I dnt wanna annoy any one, And thx for your encouragement....
  2. Replies
    3
    Views
    1,791

    Nested For Loop!

    can someone plz tell me how this nested for loop is generating this output... :(

    class Nested {
    public static void main(String args[]) {
    int i, j;
    for(i=0; i<10; i++) {
    for(j=i; j<10; j++)...
Results 1 to 2 of 2