What is the result of this code?
println(if (true) if (false) { "A" } else "B")
Hint: if you don't understand the task, you can copy the code into your IDE.
What is the result of this code?
println(if (true) if (false) { "A" } else "B")
Hint: if you don't understand the task, you can copy the code into your IDE.
Create a free account to access the full topic