You wrote code to find the average, the arithmetic mean of two numbers.
What happens when you run the following code in IDLE?
>>> numA = 10
>>> numB = 0
>>> average = (numA * numB) / 2.0
answers A:You Have logical Error
B:You get a runtime error
C:You have a syntax error
D:You see output with no error statement