Kotlin - Data Types
Which of the following is the correct syntax for the logical AND operator in Kotlin?
&& for logical AND, || for OR, and ! for NOT.&& combines two Boolean expressions and returns true only if both are true.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions