how can i round up a floating point number to the next integer value in JSP ? Suppose
2.1 -->3
3.001 -->4
4.5 -->5
7.9 -->8
how can i round up a floating point number to the next integer value in JSP ? Suppose
2.1 -->3
3.001 -->4
4.5 -->5
7.9 -->8