Define the term hierarchy of operations. Write the hierarchical order of the Arthimetic operators in QBasic.
Answers
Answered by
20
❏QBASIC can handle arithmetic expression involving the five arithmetic operators + (addition), - (subtraction), * (multiplication, / (division) and ^ (exponentiation). The hierarchy of operations is as follows: Exponential. Multiplication and division. Addition and subtraction.
Similar questions