:confused: I am writing a java algorithm to find the factorial of a number (for example the factorial of 5 is 5*4*3*2*1 or 120), I know I can use recursion but I am already have a code that uses such...