1
1
Fork 0
AtomicKotlinCourse/Programming Basics/Repetition with while/Exercise 2/task.md

165 B

Repetition with while (#2)

Using a while loop, write a function that sums the integral numbers from zero up to and including a given number (the parameter).