Hi,
I have suppose 3 stmts.
f1 = f2/f3.
f4 = f5/f6
f8 = f7/f5
I want to handle divided by zero exception. How do i handle that.
Thanks