Given an int variable n. What is the value of the result variable?
val n = 15
val result = n shl 2 shl 1Given an int variable n. What is the value of the result variable?
val n = 15
val result = n shl 2 shl 1Create a free account to access the full topic