Computer Science, asked by 1976mukeshkumar, 1 month ago

write an algorithm to find division of two nos A and B​

Answers

Answered by angel163853
2

The division algorithm for integers states that given any two integers a and b, with b > 0, we can find integers q and r such that 0 < r < b and a = bq + r. The numbers q and r should be thought of as the quotient and remainder that result when b is divided into a .

Similar questions