What is the output of this code?kotlinval quote = 'The eagle has landed.'println('The length of the quote is $quote.length')

🎲 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.


What is the output of this code?<br>kotlin<br>val quote = 'The eagle has landed.'<br>println('The length of the quote is $quote.length')<br>