What is the expected behavior of the following code?
It will:
print 0
cause a runtime exception
prints 3
print an empty line
Submit