Index of Highest Value Script

Script Requirements

  • Write a script that does the following:
    • Loops through an ArrayList
    • Prints out the highest number within the list
    • Prints out the index of the highest number
Click Here for Solution