| Author |
Get Mod (remainder) in java
|
Marie
Greenhorn
Joined: May 04, 2005
Posts: 28
|
|
This is a very simple question. But it does not work. I want to get remainder from a division. a mod b did not take. Please let me know what would be the expression to get a remainder from a division. Thanks Mei
|
Thanks<br />Marie
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24045
|
|
|
a % b
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: Get Mod (remainder) in java
|
|
|