I need to create a multi dimensional array of strings in C# like-
tiger elephant pigeon lion ant peacock
I'm unable to create. It either flags an error or throws an exception at the run time. Please help me with it, by giving the correct syntax.
I need to create a multi dimensional array of strings in C# like-
tiger elephant pigeon lion ant peacock
I'm unable to create. It either flags an error or throws an exception at the run time. Please help me with it, by giving the correct syntax.