When you run the program using Visual Studio .NET now, a Debug window will open and you'll see the following statements after entering 9 and -1 into the InputBox.
This added information makes it a lot easier to see what's happening. This is a really simple debug technique that isn't covered in the next chapter but is probably used by more programmers than any other! Don't forget to delete the statements again when you don't need them.

