3.2

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

相关文章:

  • 2021-08-11
  • 2021-08-29
  • 2021-12-17
  • 2021-05-01
  • 2021-07-02
  • 2021-11-28
  • 2022-01-05
  • 2022-03-09
猜你喜欢
  • 2021-10-26
  • 2021-12-01
  • 2021-06-11
  • 2021-10-21
相关资源
相似解决方案