I was looking to create a boolean test for a number when it is 10, 20, 30, 40. This would be used in a loop, 1 to 100. ParseInt seems a bit part but was wondering what a method for a true or false answer maybe.
|
feedback
|
|
How about something like:
| |||
|
feedback
|
|
If I understand your question correctly, you want to do the following:
Then you want to use the modulus operator (%) which returns the remainder of any division. So | |||
|
feedback
|
Will | |||||
feedback
|