Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

variable is multiple of 3

if (j % 3 == 0) {
     // j is an exact multiple of 4
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #variable #multiple
ADD COMMENT
Topic
Name
3+9 =