Blog

What is the output of the code below?

String s = “Hello World”;
String[] result = s.Split(‘o’);
Console.WriteLine(result[2]);