Question: 4. Consider the array below: int [] list (88, 0, 11, 22, 55, 77); a. Print all the elements of list from first to last
4. Consider the array below: int [] list (88, 0, 11, 22, 55, 77); a. Print all the elements of list from first to last b. Print all the elements of list from last to first. c. Print the element at position 2 d. What will happen when we try to print list[61? How would you describe the algorithm for finding the min or max value in an array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
