Selection statements select one of a number of possible statements for execution based on the value of some expression. selection-statement : if-statementswitch-statement