+ 5
because zero shows the absence of value and dividing by nothing is like infinity
26th Feb 2018, 5:03 AM
᠌Bidex
᠌Bidex - avatar
+ 18
bcz it is undefined
26th Feb 2018, 5:04 AM
Gaurav Agrawal
+ 4
Use exception handling, like this: catch (DivideByZeroException e) { Console.WriteLine("Cannot divide by 0"); https://www.sololearn.com/learn/CSharp/2690/
26th Feb 2018, 5:01 AM
Paul
Paul - avatar