+ 1
for(int i=1; i<=5; i++){ if(i==2) continue; System.out.println(factorial(i)); }
3rd Nov 2017, 1:48 AM
Chriptus13
Chriptus13 - avatar