Transformation

Report a typo

What will the following program print out:

val numbers = mutableListOf(1, 2, 3).toList()
numbers.add(4)
numbers.remove(4)
numbers.add(5)
println(numbers)
Select one option from the list
___

Create a free account to access the full topic