Download - Practica Ciclos JAVA

Transcript

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