In a selection structure, if a path contains more than one statement, the statements must be entered as a statement block, which means they must be enclosed in which of the following?

A. single quotes
B. double quotes
C. braces
D. parentheses

Answer: C

Computer Science & Information Technology

You might also like to view...

What will be the value of x after the following statements are executed?

``` int x = 10; for (int y = 5; y < 20; y +=5) x += y; ``` a. 25 b. 30 c. 50 d. 40

Computer Science & Information Technology

____ art is a collection of graphic images, which may come with office productivity software.

A. Graphic B. Drawn C. Clip D. Photo

Computer Science & Information Technology