about | help | code help+videos | done | prefs |
Write a recursive function which takes the sum of the first n numbers. Your function MUST be recursive. Do not use a loop. You may assume n is positive. sum(2) → 3 sum(4) → 10 sum(5) → 15 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy