Examlex

Solved

What Will Be the Output After the Following Code Is

question 10

Multiple Choice

What will be the output after the following code is executed and the user enters 75 and -5 at the first two prompts?
What will be the output after the following code is executed and the user enters 75 and -5 at the first two prompts?   A)  ERROR: cannot have 0 items B)  ERROR: cannot have 0 items ERROR: number of items can't be negative C)  ERROR: number of items can't be negative D)  Nothing; there is no print statement to display average. The ValueError will not catch the error.


Definitions:

Related Questions