Write and test a function that prints an error message in the following format:
Errors occured in processing the data file.
xxx values were out of the appropriate range.
The number values out of range is an input parameter to the function.
Assume that the function prototype is
void error_total (int error_count);