What does % mean?
in
Programming Questions
•
1 year ago
This is such a basic question but I cant find an answer.
in something like
- if (i%20 == 0) {
- line(i, 29, i, height/2);
what does the '%' operator do and mean?
Thanks.
1