I wrote the following code to walk half the diagonals of an array:
String[][] b = [a,b,c] [d,e,f] [g,h,i]; public void LoopD
String ar[][]={{"a","b","c"},{"d","e","f"},{"g","h","i"}}; int size1=ar.length-1, size2=ar.length; for(int i=0; i
gec hf db i a