Concept
Less Than Operator 0
The 'less than' operator, denoted by '<', is a fundamental comparison operator used in programming and mathematics to evaluate whether the value on the left is smaller than the value on the right. It returns a boolean value, true if the left operand is less than the right operand, and false otherwise, playing a crucial role in control flow and decision-making processes.
Relevant Degrees