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

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

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!