Deloitte interview question

Write a function which combines a number array and a char array into a string, alternating order, in the language of your choice. Ex {1, 2, 3} and {A, B, C} —> “1A2B3C”