Write a program that will create a new class involving files. This class should
maintain private variables for the filename and certain other statistics, such
as the total number of characters in the file and totals for each of the
hexadecimal digits that form those characters. Public functions should be able
to access all statistics.