Printing an array

Report a typo

Select all the correct ways to display a string array, that is, print all the elements:

a)

println(stringArray)

b)

println(stringArray.contentEquals())

c)

println(stringArray.joinToString())

d)

println(stringArray.printAllElements())
Select one or more options from the list
___

Create a free account to access the full topic