Posts: 285
Threads: 154
Joined: Mar 2016
Reputation:
0
how to check whether the number is divisible by another number or residue remains or not
Posts: 791
Threads: 65
Joined: Oct 2009
Reputation:
0
if(number % divisible_by==0) // divides nicely with no remainder