📚 Practice Mode

C# Programming Fundamentals: Arrays, OOP, Threading & Strings

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

To output the value of multidimensional array, Console.WriteLines(___)

  1. myArray[1][3];
  2. myArray[1,3];
  3. myArray{1}{3};
  4. myArray(1),(3);