If

Report a typo

Look at the code below:

fun main() {
    if(true) {
        val eight = 8
    } else {
        // ...
    }
}

What is the scope of the variable eight?

Select one option from the list
___

Create a free account to access the full topic