1. Mark what is covered (Y) and what is not covered (N) in the part of the book that you were supposed to read for this week:
2. Write a method for finding the index of the smallest element of a given array. Call your method in the main program to apply it to an array consisting of three elements: 7, 5, and 1. Trace, step-by-step, what variables will be defined and how their values will change.