amclinger6720 amclinger6720 04-11-2022 Computers and Technology contestada 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.