Team LiB
Previous Section Next Section

Summary

This chapter covered the basic control structures provided by C# to implement flow control logic within an application. You've seen the syntax and the usage for each of these control structures as well as learned when each of them should be used. In addition, we touched on the foreach statement that will be covered in Chapter 5.

    Team LiB
    Previous Section Next Section