Asked by Nuwan Maddumage Don on Jul 05, 2024

verifed

Verified

The symbol >= is a logical operator.

Logical Operator

An operator used in programming that returns a boolean value based on the combination of two or more conditions or expressions.

  • Differentiate the functions of relational versus logical operators.
verifed

Verified Answer

ZK
Zybrea KnightJul 08, 2024
Final Answer :
False
Explanation :
The symbol >= is a relational or comparison operator, not a logical operator. It is used to compare two values, determining whether the value on the left is greater than or equal to the value on the right.