أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
the answer is number three ofcourse as we use also in the programming languages
The answer is MOD. option3
The answer is MOD. In many programming languages the operator "%" is used to return the remainder of a division.
3-)>>>>>>>>>>>>>MOD
FORM =MOD(NUMBER;DIVISOR)
EXAMPLES
=MOD(5;2)=1
=MOD(30;4)=2