C++ mathematical evaluation question?

mtf

New member
hi,
if i have a statement like (a = 9 / 3 % 2)
would order of operations would divide 5 by 3 first and THEN have the result % by 2?
 
Back
Top