about | help | code help+videos | done | prefs |
logic_factorial
Given an integer "n", return the factorial of the number. The factorial of a number is itself multiplied by every number smaller than it down to 1. Example: The factorial of 5 is 5*4*3*2*1. logic_factorial(1) → 1 logic_factorial(2) → 2 logic_factorial(3) → 6 ...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