We will pass in a list of numbers
We will pass in a list of numbers. Your job is to find the largest number in that list and output its index, not the actual value. You will need to use a utility variable to store the maximum value and a decision to see if each number is bigger than the current maximum value encountered […]