quiz

Arrays and Collections Quiz

Question 1 of 10Score: 0/10

What will this code output?

int[] nums = { 10, 20, 30 };
Console.WriteLine(nums[1]);