Relational Operators are used in.........statements *
Answers
Answered by
1
Answer:
Conditional. Relational Operators are used in Conditional statements.
Explanation:
Relational operators take two operands, compare their values, and return a Boolean value (true or false). They are typically used in conditional expressions to test whether a condition is true, or not.
Relational operators are used to compare values of two expressions. Relational operators are binary operators because they require two operands to operate. An expression which contains the relational operators is called relational expression.
Similar questions