+ 1
What is mystery about this division , 66 // 11, 67 // 11 , all of them give 6
4 Respuestas
0
// is an integer division. when you write x//y its basically how often will y fit in x?
11 fits in 66, 6 times remainder is 0
11 also fits 6 times in 67 with a remainder of 1.
but // only returns the non remainder value
+ 1
thanks Jeremy , that helps a lot !
0
han :p
- 1
kya be ye sb puchoge...