You are on page 1of 1

Control Flow

Decision-making statements(if-then, if-then-else, switch, goto)


Looping statements(for, while,do-while)
Branching statements(break,continue, return)

Decision-making:
Condition  if true statement
if false another statement

You might also like