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...
For regular text citations, always place a citation outside a quotation and before a punctuation mark that ends a sentence
Indicate whether the statement is true or false
Computer Science & Information Technology
A gradient fill is a gradual progression of several colors, or several shades of the same color, blending into each other
Indicate whether the statement is true or false
Computer Science & Information Technology