NestedMultipleDep(int n,m) x := 0; while (x < n) y := 0; x := x + 1; while (y < m) y := y + 1;