| File Purpose: | File Depedencies |
| To convert units from many different units to pounds. | N/A |
| External Function call | Purpose |
| N/A | N/A |
| External Variables | Purpose |
| N/A | N/A |
| Internal Function call | Purpose |
| Convert | Converts units from those that are found in lab conditions to those required by the government. |
| Local Variables | Purpose |
| units | holds the unit abbr. (i.e. "kg" for kilograms) conversion |
| value | holds the value for conversion. |
| Comments | Intended use, from a select statement we are given the unit information and a value which combine to make an "amount" that needs to be converted to pounds. From the given unit which I'm assuming to be a string I perform the appropriate conversion equation and return the result for output. |