Before writing a program to solve a problem, it is essential to have a thorough understand-
ing of the problem and a carefully planned approach. When writing a program, it is equally
essential to understand the types of building blocks that are available and to employ proven
program construction principles. In this chapter and the next, we present the theory and
principles of structured programming. The techniques you will learn are applicable to most
high-level languages, including C#. When we study object-based programming in more
depth in Chapter 8, we will see that control structures are helpful in building and manipu-
lating objects. The control structures discussed in this chapter will enable you to build these
objects in a quick and easy manner.
0 comments:
Post a Comment