Menu

Write Method Function Find Index Smallest Number Array Type Int Declare Array Size 7 Fill Q43790112

Write a method/function to find the index of the smallest numberin an array of type int. Declare the array size to be 7 and fillthe array from the keyboard. The method should take the array as aparameter and return the index of the smallest number as the returnvalue.

using c++ language  

Expert Answer


Answer to Write a method/function to find the index of the smallest number in an array of type int. Declare the array size to be 7…

OR