There is a program with two variables: number and result.
val number = 990
val result = number > 1000 || number % 10 == 0
Choose the correct value of result:
There is a program with two variables: number and result.
val number = 990
val result = number > 1000 || number % 10 == 0
Choose the correct value of result:
Create a free account to access the full topic