List samples_list contains integers read from input, representing data samples from an experiment. Initialize variable sum_passed with 0. Then, for each element in samples_list that is both at an odd-numbered index and greater than 60:
Output 'Sample at index ', followed by the element's index, ' is ', and the element's value.
Increase sum_passed by each such element's value