Lessons
Here are all of the lessons in the course. Click on a heading to sort.
Title | Order in course Sort descending | Tags |
---|---|---|
Generalize | 21 | |
Dialogs | 22 | Dialogs |
Numeric expressions | 23 | |
Strings | 24 | |
Secluded Cells | 25 | Variables |
Easy is good | 26 | |
Debugging | 27 | |
More debugging | 28 | Debugging |
Another worked example | 29 | |
Exercises | 30 | |
Decisions | 31 | If |
If-then-else | 32 | If |
Logical operators | 33 | If |
Multiway | 34 | If |
Nested ifs | 35 | If |
Guard pattern | 36 | |
Basic validation: strings | 37 | |
Basic validation: numeric | 38 | |
Better validation | 39 | |
Vladidation in C# | 40 | Validation |