Question: **c++** Write a program that asks the user to input a positive integer n and prints the product of all odd integers that are greater
**c++**
Write a program that asks the user to input a positive integer n and prints the product of all odd integers that are greater than or equal to 1 and less than or equal to n. For example, if the user inputs 10 as the value of n, then your program must print the product of 1, 3, 5, 7, and 9.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
