Can anybody please help me with these questions. I have an upcoming exam, and I'm sure this question will appear. Thank You.
(a) What is exception handling?
(b) Write a C# code segment that demonstrates how to catch an
exception when a String variable cannot be converted to an Integer
type variable?
(c) Demonstrate using a suitable C# code segment how a divide-byzero error may be caught.