Complete the expression by filling in the missing operator. The expression should equal 2.
3 * 4 [BLANK] 5
Returns: 2
Complete the expression by filling in the missing operator.
Hello Guest!
\(3 * 4 [BLANK] 5 =2-->3 * 4\ \ {\color{OliveGreen}-\ 2*}\ 5\ =2\)
!
I googled it, and apparently, there's an operator called used in coding that would work. It's called operator \(\text{%}\), and it finds the remainder when division is performed.
It would work here, because \(3 \times 4 = 12\), and the remainder when 12 is divided by 5 is 2.
Thus, the missing operator is \(\color{brown}\boxed{\text{%}}\)
Here is a link to learn more: https://www.sciencedirect.com/topics/engineering/arithmetic-operator