Write a C program that allows the user to collect a set of n numbers from the keyboard. The program should then process these n numbers by identifying how many of them are in the following categories: 1) less than zero; 2) zero to one hundred; 3) greater than one hundred. The program should use a function and should show how this function is used.