Computer Science, asked by nineamazinggrace, 1 year ago

The greater than sign (>) is an example of _____ operator

Answers

Answered by tejasgupta
35

Hi. It is an example of conditional operator. Hope it helps.

Answered by Anonymous
22

The answer is :

logical.

the greater than sign (>) is an example of logical operator.

A > sign asks if the first value is greater than the second value. That is, is the value or expression to the left of the > sign greater than the value or expression to the right side? For example, the statement (A > B) is true if A is greater than B.

Similar questions