-->
当前位置:首页 > 题库

PROGRAMMING:The combination and ascending order of arrays.

Luz5年前 (2021-05-10)题库376
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