Evaluate (to true or false) each of the following expressions : 14 <= 14 , 14 < 14 , -9 > -25 , -25 > -9
Answers
Answered by
2
TRUE
HOPE YOU GET YOUR ANSWER
Answered by
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 :
- Arithmetic operators : + , - , * , / , %
- Relational operators : < , <= , > , >= , == , !=
- Logical operations : && , || , !
- Bitwise operators : & , | , << , >> , ~ , ^
- Assignment operators : = , += , -= , *= , /= , %=
- Unary operator : ++ , --
- Ternary operator or conditional operator : ?:
Similar questions