Search:

Type: Posts; User: samadniz

Search: Search took 0.38 seconds.

  1. Replies
    3
    Views
    1,413

    Re: Help me out with this nested for loop plz..

    Hahaha. Hey listen, can u plz help me, I have wasted alot of tym on this *** for loop!
  2. Replies
    3
    Views
    1,413

    Help me out with this nested for loop plz..

    IAM CONFUSED WITH j = i part? Some one help me plz...

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