Step 2: Check if n is equal to 0 or 1. Step 3: If n is equal to 0 or 1, then return 1. Else go to Step 4. Step 4: Return n * factorial(n - 1). Step 5: Output the factorial of n. OUTPUT _____________________________________________ Variable Table _____________________________________________