Question 1 · 1
View the Exhibit and examine the blocks of code that you plan to execute. Which statement is true about the blocks of code?
Choose one answer.
- All the blocks execute successfully and the anonymous block displays cnt: 45 cnt: 45
- All the blocks execute successfully and the anonymous block displays cnt: 0 cnt: 1
- The anonymous block gives an error because the function invocation in line 2 is not valid.
- The procedure creation gives an error because the function invocation in line 1 is not valid.