I am a C# beginner. I am asking for a simple example how to create 3 different categories of C# Arrays, for example:
- The first containing Groceries products,
- The second containing Electronics products
- And the third containing Apparel Products
Then be able to use Switch Case to interact with each Product Catalogue.
I will be thankful for you help.