0
Why mod = 0.25?
https://code.sololearn.com/c9VFw5re3xXh/?ref=app
1 Answer
+ 4
Because 1.25 / 0.5 yields 2 (quotient) with 0.25 as the remainder.
1.25 / 0.5 = 2 (quotient)
1.25 - (0.5 * <quotient>) = 0.25 (remainder)
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
1 Votes
Тренажер кода
0 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes