Array multi dimensi


Coding nya :
public class ArrayMultiDimensi{
            public static void main (String [] args){
                        String[][]nama={
                        {"pak","bu","mbak"},
                        {"joko","susi"}
                        };
            System.out.println("Nama :"+nama[0][0]+" "+nama[1][0]);
            System.out.println("nama:"+nama[0][1]+" "+nama[1][1]);
            System.out.println("nama:"nama[0][2]+" "+nama[1][0]);
            }
}
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment