文件名称:Java框架
文件大小:18KB
文件格式:ZIP
更新时间:2024-03-13 02:59:47
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
----manifest.mf(82B)
----src()
--------factorial()
----build()
--------classes()
----README.md(665B)
----build.xml(3KB)
----nbproject()
--------genfiles.properties(467B)
--------project.properties(2KB)
--------private()
--------build-impl.xml(77KB)
--------project.xml(502B)