write (define) a public static method named getindexofmin, that takes an array of int as an argument and returns the int index of the least value in the array. all values in the argument array will be different.

See Answers (0)