Simple and

Report a typo

Given two int variables n1 and n2. What is the value of the result variable?

val n1 = 7
val n2 = 1
        
val result = n1 and n2
Enter a number
___

Create a free account to access the full topic