IDNLearn.com provides a seamless experience for finding and sharing answers. Ask any question and receive comprehensive, well-informed responses from our dedicated team of experts.

9.7 Lab 09 - Part 2: Calculate Product
For this lab, write a function calc_Prod, that takes an integer (n) as its parameter and calculates/prints the product 1•2•…•n. Print both the formula and the product in the function.

Your main code should accept a positive integer and call the function with that integer. The function should do everything else.

For example: If the input is: