Kotlin - Null Safety
Which of the following is the correct syntax to use
let with a nullable variable num to print its double value?let with a nullable variable num to print its double value?num?.let safely calls let if num is not null.{ } and use it to refer to num.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions