+ 1

5%0

Remainder

15th Jun 2019, 5:05 PM
jack sparow
jack sparow - avatar
4 Respostas
+ 1
Thanx
15th Jun 2019, 5:06 PM
jack sparow
jack sparow - avatar
+ 3
Seb TheS x / y for y > 0 So x % y also for y > 0.
15th Jun 2019, 9:09 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
not possible since thats basically dividing by 0 ...
15th Jun 2019, 5:06 PM
Anton Böhler
Anton Böhler - avatar
+ 1
Because: x % y = z In programming is represented as: x = y * q + z In maths. If x = 5 and y = 0 Then: 5 = 0 * q + z z = 5 That's why: 5 % 0 = 5 Weird. Can it be true?
15th Jun 2019, 8:28 PM
Seb TheS
Seb TheS - avatar