+ 1
What is floor division
20//3>>>6. ?
2 Respuestas
+ 5
for your example
5 // 2 equals to 2 remainder 1 but your answer should be 2 because floor division operator sign will display the times 2 goes in 5 not the remainder
+ 1
floor of a division is only and only the integer number from result without any decimal part
in other word, round to down ;)