Computer Science, asked by debrajdebnath090, 5 months ago

Two arithmetic expressions can be compared with if statement, using: 

a.Arithmetic operator

b.None

c.Relational operator

d.Ternary operator

Answers

Answered by Bhawana861
11

Answer:

c. Relational operator

Explanation:

Answered by sarahssynergy
3

The correct answer is option (c.) Relational Operator.

Explanation:

  • Two arithmetic expressions can be compared with if statement, using Relational operator.
  • In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities.
  • These include numerical equality and inequalities.
  • Relational operators are the ones that are used to validate a relationship between the two operands as if they are equal, greater than, less than, etc.
Similar questions