階乘_java實現

import java.util.Scanner; public class Factorial { public static void main(String[] args) { //用於輸入數字 Scanner sc = new Scanner(System.in); //輸入一個數字 int num = sc.nextInt(); //調用fi
相關文章
相關標籤/搜索