This code does not print any output to the console. What is wrong?kotlinfirstName?.let { println('Greeting $firstname!')}

🎲 Try a Random Question  |  Total Questions in Quiz: 83  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Kotlin Quiz — practice the complete quiz, review flashcards, or try a random question.

Kotlin MCQs For LinkedIn Skill Assessments.


This code does not print any output to the console. What is wrong?<br>kotlin<br>firstName?.let {<br> println('Greeting $firstname!')<br>}<br>