Question: Write a function sum in C++, so when if the user write cout < < sum(10,100), the number 110 will be printed. Any number of
Write a function sum in C++, so when if the user write cout<< sum(10,100), the number 110 will be printed. Any number of values should be able to sum up with each.
EX. cout << sum(1,10,100,2) , prints 113
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
