JAVA數據類型、關鍵字,標識符

public class Test { public static void main(String[] args){ int maxValue = Integer.MAX_VALUE; int minValue = Integer.MIN_VALUE; System.out.println(maxValue + 1);//-2147483648
相關文章
相關標籤/搜索