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 3.5 Glossary
Glossary Glossary
-
break.
-
Terminates the current block of code and resumes the program outside of it.
-
case.
-
A condition in a switch statement for a variable to be tested against.
- conditional.
-
A statement that tests whether a condition is true or false
- loop.
-
A series of instructions repeated infinitely or until a condition is met.
-
switch.
-
A statement that tests a variable against possible conditions for it.
You have attempted
of
activities on this page.