Labyrinth in variables

Report a typo

Given the following code:

val a = 3
val b = 5
val c = 4
val d = c
val e = a
val f = d

What is the value of f?

Select one option from the list
___

Create a free account to access the full topic