Question 48 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question 48 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question

Given the code fragment:

public static void main(string[]
string[][] arr
for (int i = 0;

args) {

((TA", "BM, "O"), ("D", "EM));
i < arr.length; i++) {
for (int j = 0; j < arr[i].length;

ath) ¢
System.out.print(arrlilli] +"):
if (arr[il[j]-equals("B")) {

break;

}
}

continue;

What is the result?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.