Assume int[] scores = {1, 20, 30, 40, 50}, what is the output of System.out.println(java.util.Arrays.toString(scores))?

a. {1, 20, 30, 40, 50}
b. [1, 20, 30, 40, 50]
c. {1 20 30 40 50}
d. [1 20 30 40 50]

b

Computer Science & Information Technology

You might also like to view...

A logical test is used to evaluate if a value or expression is TRUE or FALSE

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which type of network consists of a group of clients and servers under the control of one central security database?

a.Domain b.Homegroup c.IEEE 802 .11 d.Workgroup

Computer Science & Information Technology