Write a class "WholeNumber", that should be able to display positive Integers to different bases. The decimal notation, the base and the representation of numbers related to that base should be stored.
The class should run with the attached file Numbers.cpp. The bases can only be from 2 to 36, that means you can use the alphanumeric characters of the ASCII code for the representation of the numbers.