0
Who can best explain floor division
3 RĂ©ponses
+ 4
floor division: This division removes everything to the right of and including the decimal point.
+ 2
Basically everyone. You divide the two numbers. You get the floor of the number
7 // 2 = 3.5, 3.5's floor is 3
0
Imagine you have 11 đ and 3 đ
If you have a đȘ everyone gets 3 đ and 2/3.
If you don't have a đȘ everyone just gets 3 đ (your result when working with int) and you keep the remaining 2 đ.