exception

93

exception -

static void f2() {
    try {
       
    } catch(IndexOutOfRangeException) {
        Console.Write("B");
    }
    
}

answer:  Console.Write("B");

Comments

Submit
0 Comments