java學習筆記12--異常處理

1、異常處理概述 從一個讀取兩個整數並顯示商的例子: public static void main(String args[]) { Scanner input = new Scanner(System.in); System.out.print("Enter two integers: "); int number1 = input.nextInt(); i
相關文章
相關標籤/搜索