Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started