id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

jebbert@volusia.k12.fl.us > factSumSum
prev  |  next  |  chance

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)

public int factSumSum(int factNum) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 295

Copyright Nick Parlante 2017 - privacy