📚 Kotlin Arrays

Arrays in Kotlin hold multiple values of the same type. You can create, access, and modify arrays easily.

📝 Declaring and Accessing Arrays

Output will appear here...

📖 Modifying Array Values

Output will appear here...
💡 Tip: Arrays in Kotlin are zero-indexed — meaning the first element is at position 0.