From health tips to tech hacks, find it all on IDNLearn.com. Join our interactive Q&A community and access a wealth of reliable answers to your most pressing questions.
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
()
*
+
=