Write a program to perform grocery check-out procedure for a simple store. Use a dynamic array of structures (Up to 100) to store this information. For each product we store the following information:
- PLU code: Price Look Up Code. Unique for each product
- Product Name,
- Product Sales Type: 0 = per unit, 1 = per pound
- Price Per Pound or Price Per Unit,
- Current Inventory Level.