I want my program to be able to read an array of integer type and count the frequency of each integer in the array. For example, if my array consist of 10 components = {1,1,2,3,1,2,1,1,5,4}, I need...