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

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 Databases Questions!