Equal arrays

Report a typo

Given four arrays of integers:

val numbers1 = intArrayOf(1, 2, 3, 4)
val numbers2 = intArrayOf(1, 2, 3, 4)
val numbers3 = intArrayOf(4, 3, 2, 1)
val numbers4 = intArrayOf(1, 2, 3)

Select all the invocations that return true:

Select one or more options from the list
___

Create a free account to access the full topic