Practica Ciclos JAVA

download Practica Ciclos JAVA

If you can't read please download the document

Transcript of Practica Ciclos JAVA

public static int factorial(int n) { int f=1,i=1; while(i