*** ARRAY MULTI DIMENSI /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package modul6; /** * * @author anik nurul */ public class tugas1 { public static void main( String[] args ){ int data2[][]={{4,6,4,2,8,4,2,10},{4,6,4,2,8,4,2,10}}; for(int a=0;a<data2.length;a++){ for(int b=0;b<data2[0].length;b++){ System.out.print(data2[a][b]+" "); } System.out.print("\n"); } } } *** MEMBUAT NAMA DENGAN ARAY MULTI DIMENSI /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package modul6; /** * * @author pemrograman */ public class tugas2 { public static void main(String[] args) { String data[][] = {{"ABDUL\t085646668991\tKediri"}, {"KUS...