The right result of the function

Report a typo

What is the result of this code?

val stack = Stack<String>()
stack.addAll(listOf("John", "Jane", "Mary", "Peter", "Paul", "George"))
println(stack.pop())
Select one option from the list
___

Create a free account to access the full topic