21 What is the output of the following code? blic class Test { ublic static void main(String[] args) { int[][] matrix = {{1, 2, 3, 4}, {4, 5, 6, 7}, {8, 9, 10, 11}, {12, 13, 14, 15}}; %3D for (int i =...


21 What is the output of the following code?<br>blic class Test {<br>ublic static void main(String[] args) {<br>int[][] matrix =<br>{{1, 2, 3, 4},<br>{4, 5, 6, 7},<br>{8, 9, 10, 11},<br>{12, 13, 14, 15}};<br>%3D<br>for (int i = 0; i < 4; i++)<br>System.out.print (matrix[i][1] +

Extracted text: 21 What is the output of the following code? blic class Test { ublic static void main(String[] args) { int[][] matrix = {{1, 2, 3, 4}, {4, 5, 6, 7}, {8, 9, 10, 11}, {12, 13, 14, 15}}; %3D for (int i = 0; i < 4;="" i++)="" system.out.print="" (matrix[i][1]="" +="" "="" ");="" %3d="" o="" a)="" 148="" 12="" o="" b)="" 36="" 10="" 14="" o="" c)="" 1234="" o="" d)="" 259="">

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here