Multiple choice The expression ''4 + 6/3 * 2 - 2 + 7 %3'' is equal to 3 4 6 7 Reveal answer Fill a bubble to check yourself D Correct answer Explanation Following operator precedence: 4 + (6/3 * 2) - 2 + (7%3) = 4 + (2 * 2) - 2 + 1 = 4 + 4 - 2 + 1 = 7.