Computer Science, asked by esv, 1 year ago

list operators use in if conditional statement

Answers

Answered by jainaditya0411
2

in conditional statements , you will use operators used to compare :-

1)<

2)>

3)<=

4)>=

5)==

6)&&

7)||

8)!=


jainaditya0411: pls mark me brainliest
esv: thanks sista
jainaditya0411: I am bro not sista
Answered by nain31
1
*⃣❇❇❇❇ANSWER... ❇❇❇❇*⃣

THE OPERATORS USED IN IF CONDITIONAL STATEMENTS ARE :---

✔UNARY OPERATORS.

✔BINARY ARTHIMETIC OPERATORS :-(+,*,/,%-)

✔LOGICAL OPERATORS :--(&&,||,!)

✔RELATIONAL OPERATORS.

✨✨✨HOPE IT HELPS ✨✨✨

jainaditya0411: you can't use unary, binary and ternary operators in conditional statements
jainaditya0411: but it is inside a bracket so it is considered as a single operand and the operator is >
jainaditya0411: and the example you gave is binary
jainaditya0411: a++, --a, etc are unary
Similar questions