When either a selection structure's true path or its false path contains another selection structure, the inner selection structure is referred to as a(n) ____ structure.
A. indented
B. nested
C. nested selection
D. indented selection
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following is the state bit that can be tested to see if the end of an input stream is encountered?
a. ios::eof b. ios::eofbit c. ios::failbit d. ios::badbit e. None of these
Computer Science & Information Technology
What character(s) function as the conditional OR operator in the C# programming language?
A. & B. | C. && D. ||
Computer Science & Information Technology