COMP560 Final Quiz
1) What is printed by the following code snippet? A) The answers are: 10 11 2) Although the following code statement is valid, print(10/0), what will happen when this code is executed?A) The error message ZeroDivisionError: int division or modulo by zero is…
