Computer Science, asked by kavitajagtap70458, 6 hours ago

25. Question 5(b) Choose the odd one (1 Point) O 1. >= O 2. == O 3. && O 4.​

Answers

Answered by Sanskar260
0

Answer:

The odd one is &&

Explanation:

&& is a logical operator while the rest are relational operators.

Answered by letmeanswer12
2

"Option3:&& is the odd one".  

Explanation :  

From the given 3 options && is the odd one because it is a logical operator. All the others are relational operators.

The relational operator checks the relationship between two operands.The relational operators are < , > , <= , >= , == , and != .

The logical operator is used to connect two or more expressions. The logical operators are &&, ||, !.

Similar questions