Does Java have a Modulo concept. I.e., if I divide one integer by another,
is there a function that returns the modules. I want to test for all
numbers over a range that divide cleanly into X. Thanks, Chris
Knute Johnson - 28 Aug 2006 04:00 GMT
> Does Java have a Modulo concept. I.e., if I divide one integer by another,
> is there a function that returns the modules. I want to test for all
> numbers over a range that divide cleanly into X. Thanks, Chris
% same as C

Signature
Knute Johnson
email s/nospam/knute/