VB/C# - 05 Decision Structures

12 videos • 1,541 views • by Stephen Hustedde Unit 05 - Decision Structures: So far, our program execution has followed a sequential step by step process. But often we want various things to happen given different states or circumstances. In these lessons, we will look at how to cause our program execution to follow differing paths based on evaluated conditions. NOTE: I teach both languages concurrently in the same classroom/lab as they are very similar. Most videos cover both VB and C#, but some cover only VB or C# as depicted in the video's title.