Here's the way that I see it:

You need an array of 26 integers. Each element of the array will hold the count of a particular character 'a' through 'z'. You could call the array counters. The...