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

What does modulo mean?

Please answer because im stuck

20th Dec 2021, 2:36 PM
georgia
3 Answers
+ 7
georgia , i have a link to a short tutorial from the community section that is describing quotient, remainder and modulo. https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/4430/?ref=app if you like to get examples from other languages, you can try it yourself at the mentioned location or use google search.
20th Dec 2021, 2:42 PM
Lothar
Lothar - avatar
+ 3
In computing, the modulo (sometimes called modulus, or mod) operation finds the remainder of division of one number by another. Given two positive numbers, a (the dividend) and n (the divisor), a modulo n (abbreviated as a mod n) is the remainder of the Euclidean division of a by n. Ref: https://www.computerhope.com/jargon/m/modulo.htm https://en.m.wikipedia.org/wiki/Modulo_operation
20th Dec 2021, 2:41 PM
NEZ
NEZ - avatar
+ 1
Thank you very much for your help🤝🏻
20th Dec 2021, 3:30 PM
georgia