Recent content by NewDesigner
-
N
C/C++ Even summation with recursive function in c++
Hi, I'm a beginner in C++. I wan't to write this program: Write a program that asks the user to enter n numbers –where n entered by the user- and calculates the sum of even numbers only. main function asks the user to enter n and then calls the recursive function Sum to read the values...- NewDesigner
- Thread
- C++ even Function Recursive function Summation
- Replies: 1
- Forum: Programming and Computer Science