Which of the following is not an arithmetic operation?
Anonymous Quiz
10%
a/=10;
72%
a!=10;
11%
a%=10;
7%
a*=10;
The precedence of arithmetic operators is (from highest to lowest)
Anonymous Quiz
78%
%,*,/,+,-
7%
%,+,/,*,-
13%
+,-,%,*,/
2%
%,+,-,*,/