Nothing Idea specific for a change

Give the shortest/cleanest Java expression that rounds a long value to two digits (i.e. last two digits should be zero afterwards, but the value properly rounded).
Must work for large and negative values.

0

请先登录再写评论。