Example Programming Problem:
Program: Write a function that accepts an array of integers and the size of the array and prints out a table listing how many values in the array fall in each of the following ranges:
less than 50
50 to 59
60 to 69
70 to 84
85 to 99
over 100
Comment the code, determine the form of the output depended on the coefficients being input.