PROGRAMMING:The combination and ascending order of arrays.
There are two arrays: array A is 1, 7, 9, 11, 13, 15, 17, 19, and array B is 2, 4, 6, 8, 10. Combine the two arrays into array C and arrange them in ascending order.
###Output format:
The output array is arranged in ascending order after merging.
###Output example:
```out
one two four six seven eight nine ten eleven thirteen seventeen nineteen
```
answer:If there is no answer, please comment
###Output format:
The output array is arranged in ascending order after merging.
###Output example:
```out
one two four six seven eight nine ten eleven thirteen seventeen nineteen
```
answer:If there is no answer, please comment