public class TwoDArray_1 { public static void main(String[] args) { int a[][]={{2,3},{7,8},{30,51}}; for (int i=0;i