Given below is an arithmetic expression. Which of the following parts of the expression will be calculated first in QBASIC?
A+B/5*C-D2
AB/3
BD2
CA+B
D5*C
The answer should be B/5 according to BODMAS rule.
Given below is an arithmetic expression. Which of the following parts of the expression will be calculated first in QBASIC?
A+B/5*C-D2
AB/3
BD2
CA+B
D5*C