A. Create a function called factorial that accepts an integer as an argument and returns the factorial of that integer. Do not print out anything in the factorial function. If the factorial function...