Which of the following defines an array object that holds three strings?

a. ```
array items = {blue, green, yellow}
```
b. ```
array items = {'blue', 'green', 'yellow',}
```
c. ```
array items = {"blue", "green", "yellow"}
```
d. ```
array<4> string items {"blue", "green", "yellow"}
```
e. None of these


c. ```
array items = {"blue", "green", "yellow"}
```

Computer Science & Information Technology

You might also like to view...

Sharing products rather than owning them individually is known as ________

A) crowdfunding B) collaborative consumption C) crowdsourcing D) social networking

Computer Science & Information Technology

Word provides ________ built-in styles for paragraph spacing

A) four B) six C) seven D) eight

Computer Science & Information Technology

Which of the following statements about the comma expression is true?

A. It can only be used in a for statement. B. It requires two separate expressions separated by a comma. C. The value of the entire expression is the value of the first expression. D. Its priority is very high. E. It cannot be nested.

Computer Science & Information Technology

Using ____ in InDesign helps you organize and display text in rows and columns.

A. grids B. guides C. tables D. graphs

Computer Science & Information Technology