Mini Quiz Oct 18 Ver 1

All perishable items in the store have EVEN barcodes. Write a program that first reads the number of items in the store. The, the program reads the barcode (integer number) for each item and its price (floating number). The program finds the number of PERISHABLE items that cost under 2 dollars and their average price. In addition, the program finds the number of PERISHABLE items in the store and the number of NON-PERISHABLE items in the store.