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
Answer
Answer:
- B. =
- A. rules of precedence
Brief Explanations:
- In programming and mathematics, the '=' sign is the assignment operator which assigns a value to a variable.
- 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.