Answers for "check if a number is multiple of another"

0

check if a number is multiple of another

if (j % 4 == 0) {
     // j is an exact multiple of 4
}
Posted by: Guest on April-12-2021

Code answers related to "check if a number is multiple of another"

Browse Popular Code Answers by Language