a data analyst inputs the following code in rstudio: change 1 <- 70 which of the following types of operators does the analyst use in the code? a. arithmetic b. assignment c. logical d. relational

Respuesta :

An operator or concept used in programming that evaluates or defines a relationship between two entities is known as a relational operator. Equalities and inequalities in numbers are among them.

What does the C relational operator mean?

  • An operator that examines relationships between operands does so. It yields a value of 1 if the relationship is true and a value of 0 if the relationship is false. Relational operators are employed in loops and decision-making.
  • Two of the available values are compared using relational operators to determine the relationship between the two value pairs. Like equal to, better than, worse than, etc. The complete list of relational operators in the C language is as follows: the same.
  • An operator or concept used in programming that evaluates or defines a relationship between two entities is known as a relational operator. Equalities and inequalities in numbers are among them.    

To learn more about Relational operators refer to:

https://brainly.com/question/28039937

#SPJ4