Ask questions, share knowledge, and connect with a vibrant community on IDNLearn.com. Ask anything and receive thorough, reliable answers from our community of experienced professionals.
Answer:
Order of Evaluation in Computer:
()
Arithmetic Operators ( * / % + - ) IN THIS ORDER
Relational Operators (< ,<= , >, >=, ==, !=)
NOT
AND
OR
Explanation:
So to answer the question. Here is the order in which they will be written
()
*
+
=