Quiz 09
1. What is an exception and describe how C# handles them using try/catch blocks.
2. If you were searching for a key value in an integer array with 1000 elements, which would be faster: a linear search or a binary search. Explain your answer.