i have two String arrays, each array will have same number of elements. Now i want to show arrays data in a label text.
For example, arr1["A","B","C"] and arr2["D","E","F"] we have these two arrays.
Now how we can show data in label like this? label.text = A:D,B:E,C:F. How i can show data in this format in my label?. Array1 element should be first and second should be Array2 element.