1
1
Fork 0
AtomicKotlinCourse/Programming Basics/Looping & Ranges/Exercise 2/task.md

132 B

Looping & Ranges (#2)

Using a for loop, create a function that sums the factorials up to its parameter (1! + 2! + ... + n!).