about | help | code help+videos | done | prefs |
A factorial of a non-negative integer is obtained by multiplying it by each of the non-negative integers leading up to it. For example, 4-factorial, also written as 4!, is equal to 1 x 2 x 3 x 4 = 24. Factorials become very large very quickly. Here are two examples:
UIL2015_INVA_05_FACTORIAL(5) → 1 UIL2015_INVA_05_FACTORIAL(6) → 1 UIL2015_INVA_05_FACTORIAL(7) → 1 ...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