Find the best answers to your questions at Westonci.ca, where experts and enthusiasts provide accurate, reliable information. Experience the ease of finding accurate answers to your questions from a knowledgeable community of professionals. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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: