Fix declarations

Report a typo

Given two variables a and b with invalid declarations. Fix these declarations. Ignore code style error for now.

Write a program in Kotlin
fun main() {
// Fix declaration. Do not touch the lines above
a = 512343
b = 3431231
// Do not touch the lines below
println("$a $b")
}
___

Create a free account to access the full topic