Scenario: To find How many times numbers gets divisible by 60 from the arrayList
Sample: [20,60,40,100] - output: 2 ( 20+40, 20+100 )
Sample: [20,60,40,100,20]