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

148 B

Looping & Ranges (#3)

Using a for loop, create a function that sums up only even numbers up to a given number, which is the function argument.