Two operations

Report a typo

Given three int variables n1, n2, and n3. What is the value of the result variable?

val n1 = 1
val n2 = 2
val n3 = 4

val result = n1 and n2 or n3
Enter a number
___

Create a free account to access the full topic