Given two variables a and b with invalid declarations. Fix these declarations. Ignore code style error for now.
Values and variables
Fix declarations
Report a typo
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")
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.