Coding challenge part 5


Write a function which would divide two numbers, design the function in a manner that it handles the divide by zero exception.


Refer next lecture for solution