Who can best explain floor division | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Who can best explain floor division

7th Jul 2019, 11:21 AM
Astaturini M3
Astaturini M3 - avatar
3 Answers
+ 4
floor division: This division removes everything to the right of and including the decimal point.
7th Jul 2019, 11:57 AM
Lothar
Lothar - avatar
+ 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
7th Jul 2019, 11:33 AM
Airree
Airree - avatar
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 🍏.
7th Jul 2019, 12:34 PM
M M
M M - avatar