Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 4.6 Selection-WE3-P1
Subgoals for Evaluating Selection Statements.
Diagram which statements go together
For if statement, determine whether expression is true or false
If true ߝ follow true branch, if false ߝ follow else branch or do nothing if no else branch
Subsection 4.6.1
Use this given setup
int alpha = 2, beta = 1, delta = 3, eta = 0, gamma = 0;
You have attempted
of
activities on this page.