Shompod A. answered 05/08/19
Tutor
New to Wyzant
Love to teach, love to learn
You can use 'div' function.
Example, div_t result=div(1000,3);
you can get quotient using result.qout and remainder using result.rem.