Name:
I. Definitions: please explain the following terms
II. Questions or short essay
III. Programming Exercise Write source code for the following:
Create an order form that allows bags to be purchased. There are six different types: full decorative, beaded, needlepoint design, fringed, fringed beaded, and plain. Create a ListBox object for the different styles. After the user makes a selection, display a message indicating which selection was made. Add to the application by including a control that allows the user to enter the quantity desired. Include a set of radio buttons that contain shipping options of overnight, three day, and standard. The price for each bag is as follows: full decorative - $50; beaded - $45; needlepoint - $40; fringed - $25; fringed beaded - $30; and plain - $20. The shipping charges are based on the total purchase. The following percentages are used: overnight – 10%; three day- 7%; and standard – 5%. Display in a message box the shipping charge along with the selection, quantity, and total cost.