InterviewSolution
Saved Bookmarks
| 1. |
What is lemma division method |
|
Answer» Thanks Euclid division Lemma is proved statement which is used to prove other statements a=bq+r if we have two positive integers a and b, then there exist unique integers q and r which satisfies the condition a = bq + r where 0 ≤ r ≤ b. |
|