The first and last index of x(any number) in the list of numbers
NOTE:The following program is written in python.i = 0j = 0k = 0list_numbers = input("Enter the list of numbers that you want to work with separated by a comma : ").split(',')for each_elements in li...