Fix the program

Report a typo

The given program must print "Everyone loves cats". However, this is not the case.

Fix the errors in the program below to make it compile.

Sample Input 1:


Sample Output 1:

Everyone loves cats
Write a program in Kotlin
fun Main(args: String) {
println("Everyone loves cats")
}
___

Create a free account to access the full topic