The factorial method cannot be accessed from the FactorialTest class because the factorial method is inside of the Factorial class. There are two ways to fix this:
1) Create a Factorial object and...