Control Structures I | C++ Programming | Chapter 4

preview_player
Показать описание
Control Structures I | C++ Programming | Chapter 4

#ControlStructuresI
#Cpp
Flow of control through any given function is implemented with three basic types of control structures:
Sequential: default mode. Sequential execution of code statements (one line after another) -- like following a recipe
Selection: used for decisions, branching -- choosing between 2 or more alternative paths. In C++, these are the types of selection statements:
if,
if/else,
switch,
Рекомендации по теме
join shbcf.ru