第五次實訓做業

1html import java.util.Scanner; public class ExceptionTest { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("請輸入除數:"); int op1 = input.nextInt(); S
相關文章
相關標籤/搜索