
class TwoDAgain{ public static void main(String args[]){ int twoD[][]=new int[4][]; twoD[0]= new int[1]; twoD[1]= new int[2]; twoD[2]= new int[3]; twoD[3]= new int[4];
int i, j, k = 0; for (i=0; i<4; i++) for (j=0; j
i want to print of our name insted of digit plzzzz help me

What do you want to display? Please clarify this. If you are specifying number then how can a name be displayed?

i want display name instead of number inder