Kotlin - Operators and Expressions
Find the error in this Kotlin code snippet:
val x = true
val y = false
if x && y {
println("Both true")
}val x = true
val y = false
if x && y {
println("Both true")
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions