Question: Write a recursive program using C++ language to ask many numbers from a user (ask user to input one number then ask again and again).
Write a recursive program using C++ language to ask many numbers from a user (ask user to input one number then ask again and again). When the user inputs number -1, the program stops asking user for more numbers. Display total summation of all input numbers. Example: Suppose that a user inputs these numbers: 7,9, -10,90,-1. => Output: Summation is 95
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
