Sie sind auf Seite 1von 1

a) Double num = new double[12]

b) char[] alphabet = {a,b,c,d,e}


c) double student = new double[100]
d) double [][]scoretable=new double[6][2]
e) double [][]scoretable=new double[3][2]
f) int [][] matrix={{6,9},{2,4},{3,7}};
system.out.println(Arrays.deepToString(matrix));
g)

2a) String[] code = {"AAA", "AAB", "AAC", "AAA"};


4) string [] sentence={the,testthethe, testthe};
Int cnt=0, index;

Das könnte Ihnen auch gefallen