In the following code segment, the second if statement (in blue) is said to be ____.
if (condition) {
// statement (s)} else { if (condition) { } else { // statement(s)
}}
A. tiered
B. stacked
C. nested
D. layered
Answer: C
Computer Science & Information Technology
You might also like to view...
A series of cells that display horizontally is called a(n) ________
A) row B) note C) tab D) column
Computer Science & Information Technology
The intersection of a row and column in a table is called a(n) ________
A) cell B) member C) element D) container
Computer Science & Information Technology