680 likes | 1.03k Views
Control Structures. Sequential structureStatements executed in order. Programs executed sequentially by defaultSelection structuresNext statement executed not next one in sequenceif, if/else, switch Repetition structuresStatement repeatedly executed a number of timeswhile, do/while, forsingl
E N D