Multiple choice Which operator is used to compute the remainder of op1 and op2? op1 % op2 op1 * op2 op1 + op2 op1/op2 None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation '%' operator is used to compute the remainder of op1 and op2.