PROGRAMMING:The odd number array within 20 is stored in reverse order and output.
There is an array of integers, which stores the sequence of 1, 3, 5, 7, 9, 11, 13, 15, 17, 19. The sequence is stored in reverse order and output.
###Output format:
The initial condition of odd sequence within 20 and the sequence after reverse order
###Output example:
```out
The initial condition of the array is:
one three five seven nine eleven thirteen fifteen seventeen nineteen
The status of the array in reverse order is:
nineteen seventeen fifteen thirteen eleven nine seven five three one
```
answer:If there is no answer, please comment
###Output format:
The initial condition of odd sequence within 20 and the sequence after reverse order
###Output example:
```out
The initial condition of the array is:
one three five seven nine eleven thirteen fifteen seventeen nineteen
The status of the array in reverse order is:
nineteen seventeen fifteen thirteen eleven nine seven five three one
```
answer:If there is no answer, please comment