The totalQuantity parameter represents the total quantity of items
that need to be processed or handled.
The unitSize parameter represents the size of each unit or package. It
is used in the calcMinUnitsRequired function to calculate the minimum number of units required to
accommodate a total quantity of items.
The function
calcMinUnitsRequiredcalculates the minimum number of units required to accommodate a given total quantity based on a specified unit size.