December 2015
Beginner
336 pages
7h 4m
English
CHAPTER 3
![]()
Programs with Sequence Logic
In this chapter, we will explain the following:
3.1 Introduction
In the last chapter, we introduced some of C’s basic data types—int, double, and float—and used simple statements to illustrate their use. We now go a step further and introduce several programming concepts by writing programs using these types.
The programs in this chapter will be based on sequence logic—that simply means the statements ...