Compare an if and a ? : operator
Answers
Answered by
1
Answer:
Less than, <, is an example of a comparison operator -- it compares two variables, asking whether one is less than the other, returning a boolean result -- true if the condition is satisfied and false if it is not. ...
Explanation:
Similar questions