Use math. ceil() to round up to the next hundredth Start by multiplying the number float to round up by 100 . Then call math. ceil(x) with x as the result ...
確定! 回上一頁