+ 2
When use % why the answer of question is remainder of that question's divide.
10 Respuestas
+ 10
Bro
Its modulus which means it is used to know the remainder after dividing
(6%5=1)(12%5=2)it's also easy to understand
But if you want more there is in javascript's lesson✌
+ 2
This is modulus (%). If you want to find the remainder after dividing than use it and if you want the quotient the simply use (/) and if you want the quotient to be round figured and as a whole number than use (//).
+ 2
PÃŁŁÃVÎ JHÁ that depends on the language. Some languages will give 0 for 25/500.
+ 1
Then how can I get percentage of number?