Possible Duplicate:
How to Round Up The Result Of Integer Division
double d1=11, double d2=2
int i=d1/d2;
i would be 5. But I would like it to return 6. (if the result is 5.01, I would want a 6 too) How should I do it?
i would be 5. But I would like it to return 6. (if the result is 5.01, I would want a 6 too) How should I do it? |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
|||
|
|