Question: C++ An int function named Sum() that takes an int parameter. If the parameter is positive, it returns the sum of the integers from 1

C++
An int function named Sum() that takes an int parameter. If the parameter is positive, it returns the sum of the integers from 1 to the parameter inclusively; otherwise, it returns 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
