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

6 lines
201 B
Markdown
Raw Permalink Normal View History

2019-10-11 14:44:13 +03:00
## Summary 1 (#2)
Create a function `other()` that takes a `String` parameter and returns a
2019-11-07 16:01:16 +03:00
`String` containing every other letter of the parameter. For example, the
argument "cement" produces "cmn".