pengecualian
static void f2() {
try {
} catch(IndexOutOfRangeException) {
Console.Write("B");
}
}
answer: Console.Write("B");
Agreeable Antelope