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

PROGRAMMING:Find the subscript of the smallest element in the integer array.

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