Name:
Anonymous
2008-05-05 1:55
How much math do you need to REALLY know to start programming?
Name:
Anonymous
2008-05-07 9:43
(a/b) / (c/0) *Given that c =/= 0*
= (a/b) * (0/c)
= a/b * 0
= 0
I have successfully performed a mathematical operation that involved division by zero.