about | help | code help+videos | done | prefs |
Write a method that returns the sum of all of the factSums from 1! up to and including the factorial of the positive integer input parameter. Please refer to the factSum programming problem for more detailed information. factSumSum(1) → 1 factSumSum(2) → 3 factSumSum(3) → 9 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 295
Copyright Nick Parlante 2017 - privacy