Question: Write a function prodby2 that will receive a value of a positive integer n and will calculate and return the product of the odd integers
Write a function prodby2 that will receive a value of a positive integer n and will calculate and return the product of the odd integers from 1 to n (or from 1 to n - 1 if n is even). Use a for loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
