alenatovstukha / kt-make-abbreviation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In this task, you will continue practicing with strings and applying different methods to them.

Many things in the world consist of several words. We want to create the makeAbbr() method that returns the abbreviations for them.

Will you help us?

For example:

makeAbbr("national aeronautics space administration")
// "NASA"

makeAbbr("central processing unit")
// "CPU"

makeAbbr("simplified molecular input line entry specification")
// "SMILES"

About


Languages

Language:Kotlin 100.0%