Suppose I have the following code. Which exception would be raised? If more than one would be raised, choose the one that happens first.
x=5
y=10
z=2*x-y
result=(x+y)/z
a. TypeError
b. ZeroDivisionError
c. FileNotFoundError
d. IndentationError
e. UnclearPunError