Question: Gegeben int [ ] [ ] b = { { 1 , 2 , 3 } , { 1 , 7 } , { -

Gegeben int[][] b ={{1,2,3},{1,7},{-5,3,10,7}}; Die folgende Aussage ist ung XD14ltig.(Alles Zutreffende auswhlen) OA) int c = b[1][1]; OB) float d = b[0][2]; C) System.out.println(b[0][0]+ b[3][4]); D) System.out.println(b[0][0]); E) int[] f = b[0]; OF) System.out.println(b[1][3]);

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!