try{
if(arr.Length >2)
{
throw new DevideByZeroException();
}
catch (Exception e)
{Console.WriteLine(e.Message);