Comment some lines

Report a typo

Here is a program that prints numbers. Comment some lines so that the program prints only these three numbers:

5
6
7
Write a program in Kotlin
fun main() {
println(1)
println(2)
println(3)
println(4)
println(5)
println(6)
println(7)
println(8)
}
___

Create a free account to access the full topic