🍏 Swift Arrays

Arrays store ordered collections of values of the same type. You can add, remove, or access items by their index.

📝 Creating Arrays

Output will appear here...

🔄 Accessing and Modifying

Output will appear here...

📋 Common Array Operations

💡 Tip: Arrays in Swift are type-safe — you can't mix types, so keep everything consistent!