Application

Report a typo

Fix the following code to make it print the string 2 + 2 = 4.

Sample Output

2 + 2 = 4
Write a program in Kotlin
fun main() {
println(2 + 2 = 4) // fix this line
}
___

Create a free account to access the full topic