欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > 文章正文

JAVA Math.round(),

来源: javaer 分享于  点击 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));
	}
}
4
3


相关文章

    暂无相关文章
相关栏目:

用户点评