2
Reply

How to Create and Switch between different C# Arrays

Mohammed Dawood

Mohammed Dawood

May 14 2015 2:24 PM
501
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.

Answers (2)