Help...What does this mean?

What does this mean?

1
2
3
4
  int myNum = 10;
	int yourNum = 30;
	if (yourNum % myNum == 3)
I think the crux of the problem is the % operator:
http://www.cplusplus.com/doc/tutorial/operators/#arithmetic
Thank you. That is correct. I have forgot about that.

Topic archived. No new replies allowed.