I need to print out in Console Application in C# - how many years, days and hours are in 20 centuries.
It must be optimized for speed so I need to use different Integer Types (sbyte, byte, ushort, short, int, uint, long and ulong) for the centuries, years, days and the hours. Not only using long as an integer type.