What is a module %?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is a module %??

10th Jul 2020, 12:18 PM
José Christian Betancourt Sabugo
José Christian Betancourt Sabugo - avatar
5 Answers
+ 6
Modulus is an operator which returns back the remainder. For eg : 6%5 = 1 17%7 = 3 https://www.sololearn.com/learn/JavaScript/1130/?ref=app
10th Jul 2020, 12:21 PM
Nilesh
+ 2
In: a % b = c c is always a number between 0 and b. c may equal 0, but c would never equal b.
10th Jul 2020, 12:52 PM
Seb TheS
Seb TheS - avatar
+ 1
Remainder or the leftover. 25 % 20 = 5 20 goes into 25 once, leaving 5 as the remainder.
10th Jul 2020, 12:21 PM
Slick
Slick - avatar
+ 1
Tyankyou all for answerd, they help me
10th Jul 2020, 12:42 PM
José Christian Betancourt Sabugo
José Christian Betancourt Sabugo - avatar
0
Thanks
10th Jul 2020, 12:41 PM
José Christian Betancourt Sabugo
José Christian Betancourt Sabugo - avatar