From the course: C++ Best Practices for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Writing an integer sum method

Challenge: Writing an integer sum method - C++ Tutorial

From the course: C++ Best Practices for Developers

Start my 1-month free trial

Challenge: Writing an integer sum method

- [Narrator] I hope you're ready for a little coding challenge. Write a variadic function named summer. It accepts one or more integers as parameters and sums them up. Only worry about making your code work for integers. Give yourself five or 10 minutes to solve this challenge. Good luck.

Contents