3 labs for computer science
Lab 1: Using the GroceryItem struct from Assignment 5 create a source.cpp file and a main function. Put the GroceryItem struct above int main. We are going to create a grocery store full of items! Create two copies of this source.cpp file. Array VersionIn the first copy we are going …