Posts by SniperViper • 21 points
1 post
- 
		2 votes1 answer670 viewsQ: How does the module operator work (%)?I have a question about module operation. Why 10 % 8 returns 2? I couldn’t find it in the documentation. 
1 post
2
votes1
answer670
viewsI have a question about module operation. Why 10 % 8 returns 2? I couldn’t find it in the documentation.