In C# How might you use a multi-dimentional array?
Write an original program that declares a two dimensional array. You can either initialize it with value or input values and then output all the contents. Run the program through the compiler to eliminate all errors or if you get stuck, post the code and the error messages.