red43476 red43476 29-05-2021 Engineering contestada Example 12: Write an algorithm and draw a flowchart to calculatethe factorial of a number(N). Verify your result by a trace table byassuming N = 5.Hint: The factorial of N is the product of numbers from 1 to N)