Jane is debugging a code consisting of 25 lines. The code starts executing at line 11. At line 13, the code calls another method. Jane finds no errors until line 16. At line 18, the code stops execution. What is the breakpoint in this code?
A.) 11
B.) 13
C.) 18
D.) 16