| about | help | code help+videos | done | prefs |
test2024_03_12_HL_factorialLike
For this problem you will write a method that computes something LIKE the factorial of a number, but it is not quite the same as a factorial. As you may know, 5!=5*4*3*2*1=120, and 6!=6*5*4*3*2*1=720. But we are NOT doing factorials! Instead, we are doing something "factorial like".
test2024_03_12_HL_factorialLike(8) → 109600 test2024_03_12_HL_factorialLike(4) → 64 test2024_03_12_HL_factorialLike(9) → 986409 ...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: 430
Copyright Nick Parlante 2017 - privacy