Computer Science, asked by manjushikhar, 4 months ago

Evaluate (to true or false) each of the following expressions : 14 <= 14 , 14 < 14 , -9 > -25 , -25 > -9​

Answers

Answered by trishapillai13
2

TRUE

HOPE YOU GET YOUR ANSWER

Answered by dreamrob
2

Evaluate each of the following expressions :

1) 14 < = 14

⇒ True

2)  14 < 14

⇒ False

3) -9 > -25

⇒ True

4) -25 > -9

⇒ False

More information :

Types of operators :

  1. Arithmetic operators : + , - , * , / , %
  2. Relational operators : < , <= , > , >= , == , !=
  3. Logical operations : && , || , !
  4. Bitwise operators : & , | , << , >> , ~ , ^
  5. Assignment operators : = , += , -= , *= , /= , %=
  6. Unary operator : ++ , --
  7. Ternary operator or conditional operator : ?:

Similar questions