Write Method Function Find Smallest Number Array Type Int Declare Array Size 7 Fill Array Q43790118
Write a method/function to find the smallest number in an arrayof type int. Declare the array size to be 7 and fill the array fromthe keyboard. The method should take the array as a parameter andreturn the smallest number as the return value.
using c++
Expert Answer
Answer to Write a method/function to find the smallest number in an array of type int. Declare the array size to be 7 and fill the…
OR