Every week, SwiftCargo tracks the efficiency of its logistics team. They want to calculate the total weight of parcels processed by a specific loader using records stored in a database table called tbl_Loads.
Construct a flowchart to show an algorithm that outputs the total weight of parcels processed by a single loader.
The loader's ID is provided as input at the start.