Array in Kotlin
Definition
Arrays are used to store multiple items of same data-type in a single variable, such as an integer or string under a single variable name.
Creating Arrays in Kotlin
To create an array in Kotlin, we use the arrayOf() function, and place the...
akshaytekam.hashnode.dev3 min read