Question: PROGRAM IN C PLEASE this program needs to be able to calculate quotient and remainder without the use of implicit divison in C It should
PROGRAM IN C PLEASE
this program needs to be able to calculate quotient and remainder without the use of implicit divison in C
It should have 2 variables, DIVIDEND, and DIVISOR that are set at the beginning and can be whatever numbers you want.
basically I need help finding
QUOTIENT= DIVIDEND/DIVISOR;
without the use of the /
if possible please use a do- while loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
