Mr. Smith of Build-Rite Manufacturing Company has requested a C++ program to calculate shipping charges based on order quantity and destination region. The program should utilize a two-dimensional array to define shipping rates, which are applied along with a base shipping charge of $20.00. Users will input the quantity of items and shipping destination to receive the total shipping rate.