Page 1 of 1

Correct order of priorities are:

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) ‘/’ > ‘%’ > ‘*’ > ‘+’
b) ‘/’ > ‘*’ > ‘%’ > ‘+’
c) ‘*’ > ‘/’ > ‘%’ > ‘+’
d) ‘%’ > ‘*’ > ‘/’ > ‘+’