Month: May 2018

Kotlin Arrays

An array in Kotlin is none other than a Kotlin variable that can be declared by the statement val or var, and the class arrayOf, while specifying the type String,…