Line: | Input Line | Type: | Walkthrough |
You should have completed: | This topic leads to: |
So far, if a user has typed in information in a format the program was not expecting, it has crashed our programs. There is a robust approach to error handling within C# but we will cover it later in the module. In the meantime, there is an approach which will help reduce the number of crashes due to incorrect user input.