Printing only the longest line

Report a typo

Comment or uncomment some lines so that the code below prints the longest string only.

Write a program in Kotlin
fun main() {
println("Print it!")
// println("No, print it!")
/* println("Uncomment this line!") */
println("Please, comment this line!")
println("Display this text!")
//// println("Do not comment it!")
}
___

Create a free account to access the full topic