Correct Answer: Steps to step through the code in NET: Start the program in debug mode When the first breakpoint is reached then step through can be done in one of the two ways: Press F10 to move to next line Select debug menu and click on step over This would step over the breakpoint to next level 3 Other options are: “Step Into” and “Step Out”