I have an exercise to work on from a book. I have to overload some operators for a HugeInteger Class. I am having problems figuring out the division. The numbers are stored in an integer array. I am having trouble figuring out how to do division manually. Any tips that would get me started?