Q. What are the different type of relational operators used along with conditional statement in a program?
Answers
Answered by
6
A relational operator compares two values and determines the relationship between them. There are 6 types relational operator. They are :-
>, >=, <, <=, ==, !=.
Relational operators often are used with conditional operators to construct more complex decision-making expressions. The Java programming language supports six conditional operators—five binary and one unary. As shown :-
&&, !, &, |, ^.
Hope it helps !
Answered by
1
Answer:
the different type of relational operators used along with conditional statement in a program are - <,>,<=,>=,<>.
Similar questions
Math,
6 months ago
English,
6 months ago
Social Sciences,
6 months ago
Political Science,
11 months ago
Social Sciences,
11 months ago
Math,
1 year ago
Physics,
1 year ago