码迷,mamicode.com
首页 > 其他好文 > 详细

3.2

时间:2016-03-06 17:12:23      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:

class DataDemo02{
      public static void main(String[] args){
             int max=Integer.MAX_VALUE;
             System.out.println("整型的最大值: "+max);
             System.out.println("整型最大值 +1:"+(max+1));
             System.out.println("整型最大值 +2:"+(max+2));
    }
}技术分享

3.2

标签:

原文地址:http://www.cnblogs.com/140302528yuyue/p/5247787.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!