Write a program that will ask the user for a number, and return the summation of that number

10.00 $

Categories: ,
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: zip solution files instantly, after Payment

Securely Powered by: Secure Checkout

Description

5/5 - (1 vote)
Write a program that will ask the user for a number, and return the summation of that number. The value must be sent to a function, and the result must be returned from the function.

For example, if the user enters the number 5, your program would return 15 (which is 5+4+3+2+1) Use a recursive solution

  • Summation.zip