Page 1 of 1

using java Asssume an array was created in main() and populated with arbitrary int values. Then, the method call iSmalle

Posted: Thu Jul 14, 2022 2:12 pm
by answerhappygod
using java
Asssume an array was created in main() and populated witharbitrary int values. Then, the method call iSmallest =fiGetSmallest(iNums); was made. Write a complete method thatreceives the array, finds the smallest int value, then returns thatvalue to the calling method.