the assignment operator is the ____ sign. / = + * question 22 the ____ dictate the order in which operations…

the assignment operator is the ____ sign. / = + * question 22 the ____ dictate the order in which operations in the same statement are carried out. rules of precedence statement rules rules of arithmetic operation rules

the assignment operator is the ____ sign. / = + * question 22 the ____ dictate the order in which operations in the same statement are carried out. rules of precedence statement rules rules of arithmetic operation rules

Answer

Answer:

  1. B. =
  2. A. rules of precedence

Brief Explanations:

  1. In programming and mathematics, the '=' sign is the assignment operator which assigns a value to a variable.
  2. The rules of precedence determine the order in which operations in an expression are carried out, such as multiplication and division before addition and subtraction.