
Available under Creative Commons-ShareAlike 4.0 International License.
With 100% accuracy during a: memory building activity, exercises, lab assignment, problems, or timed quiz/exam; the student is expected to:
- Define the terms on the definitions as listed in the modules associated with this chapter.
- Identify which selection control structures are two-way selection and which are multiway selection.
- Understand, define and/or explain case, switch and nested if then else.
- Be able to write pseudo code or flowcharting for the case control structure.
- Be able to write C++ source code for a case structure using equality and listed values (switch with break to act like a case structure).
- Be able to write C++ source code for a case structure using ranges of values or floating-point values (nested if then else to act like a case structure).
- When feasible, be able to convert C++ source code from switch acting like a case to nested if then else and vice versa.
- 瀏覽次數:1389