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

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

Question

Given the code fragment:

DARN RUNE

public class Test {
public static void main(string[] args) {
/* insert code here */
array[0]=10;
array[1]=20;
System. out. print (array[0]+": "tarray[1]);

Which code fragment, when inserted at line 3, enables the code to print 10:20?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.