Given below is an arithmetic expression. Which of the following parts of the expression will be calculated first in QBASIC?
A+B/5*C-D^2
A B/3
B D^2
C A+B
D 5*C
I can't understand what this '^' sign means. This '^' sign is confusing me.
Given below is an arithmetic expression. Which of the following parts of the expression will be calculated first in QBASIC?
A+B/5*C-D^2
A B/3
B D^2
C A+B
D 5*C