Computer Science, asked by tripathiuttam63, 1 month ago

differentiate between floor division and normal division​

Answers

Answered by jeffrinesujan2020
1

Answer:

Both / Division and // floor division operator are operating in similar fashion. // is floor division, it will always give you the integer floor of the result. The other is 'regular' division. The answer of the equation is rounded to the next smaller integer or float with .

Similar questions