JAVA Math.round(),
分享于 点击 29077 次 点评:274
JAVA Math.round(),
public class KY6_4 {
public static void main(String args[]) {
System.out.println (Math.round (3.8));
System.out.println (Math.round (3.2));
}
}
43
相关文章
- 暂无相关文章
用户点评