Multiple choice What operator do we use to get the remainder of two numbers? / $ % * Reveal answer Fill a bubble to check yourself C Correct answer Explanation The modulo operator (%) is used in programming to return the remainder of a division operation. The forward slash (/) is for division, and the asterisk (*) is for multiplication.