1) Write a code for printing quotient and remainder of two numbers without using / and % operator
Sigiloso
do the repetetive addition of the denominator until numerator is reached. how many times you added gives the quotient and difference gives the reminder