Question: Define a function OutputValue ( ) that has two integer parameters and outputs the product of all even integers, starting with the first integer parameter

Define a function OutputValue() that has two integer parameters and outputs the product of all even integers, starting with the first integer parameter and ending with the second, followed by a newline. OutputValue() should not return any value.
Ex: If the input is -52, then the output is:
0
Note: Even numbers are divisible by 2.
C++

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!