Basic operations

Report a typo

You have an array with numbers:

val numbers = intArrayOf(1, 2, 3, 5, 4, 6, 4)

Match operations on this array with their results.

Match the items from left and right columns
numbers[0]
numbers[6]
numbers.size
numbers[7]
The program fails
7
4
1
___

Create a free account to access the full topic