December 2015
Beginner
336 pages
7h 4m
English
CHAPTER 4
![]()
Programs with Selection Logic
In this chapter, we will explain the following:
4.1 Introduction
In the last chapter, we showed how to write programs using sequence logic—programs whose statements are executed “in sequence” from the first to the last.
In this chapter, the programs will use selection logic—they will test some ...