In reply to Juhi_Patel:
Thank you for the reply @juhi_patel
For increasing order of values, is there any generalised logic
I have used this one
foreach (matrix[i][j])
matrix [i][j]= i*3+j;
In reply to Juhi_Patel:
Thank you for the reply @juhi_patel
For increasing order of values, is there any generalised logic
I have used this one
foreach (matrix[i][j])
matrix [i][j]= i*3+j;