Computer Science, asked by starmogh88581, 8 months ago

Define the term hierarchy of operations. Write the hierarchical order of the Arthimetic operators in QBasic.

Answers

Answered by Anonymous
20

\huge\underline{\underline{\mathfrak \red{Answer}}}

❏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