Question: please use java thanks Write a method that returns the index of the smallest element in an array of integers. If there is more than

please use java thanks please use java thanks Write a method that returns the index of

Write a method that returns the index of the smallest element in an array of integers. If there is more than one such element, return the smallest index. The method should receive an array of integers as the parameter. Test your method by creating an array of integer numbers named list, which contains the following integers: 1, 2, 4, 5, 10, 100, 2 and -22. The output should return 7 as the index of the smallest element in this array. Q2. (10 marks)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!