Computer Science, asked by punamkumari1985jhark, 11 months ago

Q. What are the different type of relational operators used along with conditional statement in a program?​

Answers

Answered by prathamnayak23
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 puneetparmesh
1

Answer:

the different type of relational operators used along with conditional statement in a program are - <,>,<=,>=,<>.

Similar questions