Given an int variable n. What is the value of the result variable?
val n = 17
val result = n shr 3Given an int variable n. What is the value of the result variable?
val n = 17
val result = n shr 3Create a free account to access the full topic