Parcel Charge Problem |
|||||||||||
Input the weight of a parcel. Program should determine the delivery charge for that parcel and print it out. (use the following table) |
|
||||||||||
![]() |
|
![]() |
|||||||||
Create a flowchart and VBA code to solve this problem. Create a command button on the spreadsheet named cmdCharge. Place the code under the Click event of a command button titled “Parcel Charge”. Hint: Use nested If statements in the flowchart and the code. |
|||||||||||