if both arithmetic and relational operators are present in a q basic which one will be performed first
Answers
Answered by
1
Answer:
Explanation: Operator Type Example
+ Addition 7+3=10
− Subtraction 7−=4
* Multiplication 7*3=21
/ Division 9/3=3
% Modulus 10%3=1
for x=10;
++ Increment x++=11
−− Decrement x−−=9
− Unary negation
Similar questions