Multiple choice The____________ operator is used to compute the remainder of op1 & op2. op1 * op2 op1 / op2 op1 + op2 op1 % op2 Reveal answer Fill a bubble to check yourself D Correct answer Explanation '%' operator is used to compute the remainder of op1 & op2.