Java框架 源码
Java框架 公共类析因{ /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here Scanner a = new Scanner(System.in); System.out.println("Enter Number "); int x = a.nextInt(); System.out.println("factorial "+x+"value "+fact(x)); } public static int fact(int x) { //throw new UnsupportedOperationException("Not
文件列表
Java-Factorial-master.zip
(预估有个14文件)
Java-Factorial-master
manifest.mf
82B
src
factorial
Factorial.java
905B
build
classes
fact
f2.class
1KB
factorial
暂无评论