1
1
Fork 0
AtomicKotlinCourse/Programming Basics/Summary 1/Exercise 2/task.md

201 B

Summary 1 (#2)

Create a function other() that takes a String parameter and returns a String containing every other letter of the parameter. For example, the argument "cement" produces "cmn".