PROGRAMMING:Find the subscript of the smallest element in the integer array.
Write a program to find the subscript of the smallest element in the integer array. If the number of such elements is greater than 1, the subscript of the number with the lowest subscript is returned.
###Output format:
Outputs the subscript of the smallest element in an integer array.
###Output example:
```out
The min index is : seven
```
answer:If there is no answer, please comment
###Output format:
Outputs the subscript of the smallest element in an integer array.
###Output example:
```out
The min index is : seven
```
answer:If there is no answer, please comment