Answer:
Order of Evaluation in Computer:
()
Arithmetic Operators ( * / % + - ) IN THIS ORDER
Relational Operators (< ,<= , >, >=, ==, !=)
NOT
AND
OR
Step-by-step explanation:
So to answer the question. Here is the order in which they will be written
()
*
+
=