Train new Kotlin skills by solving practical puzzlers
Puzzlers are tricky programming challenges with often surprising answers. They show how bad practices can lead to problems.
Order of nullable operators
a) 3
b) 5
c) 2
d) 0
a) Doesn't compile
b) Runtime error
c) "c"
d) "d"