In this assignment, you'll be writing three methods to calculate some math methods iteratively (using loops). The first method is factorial(). This method takes an integer as input, and returns the ...