InterviewSolution
Saved Bookmarks
| 1. |
Define the term Hierarchy of operations write the Hierarchlial order of the arithmetic operators in QB64 |
|
Answer» , the expression consists of operations like, ADDITION, SUBTRACTION, MULTIPLICATION, DIVISION, EXPONENTS, and parentheses. The hierarchy of operations is as follows: • Parentheses () • Exponents. • Multiply or Divide. |
|