Assume that the array named items contains the integer values 0, 2, 4, 6 and 8. Which of the following set of statements uses the range-based for loop to display each value in items?

a. for (int i = 0; i cout < }
b. for (int item : items) {
cout < }
c. for (int item : items) {
cout < }
d. for (int item : items.size()){
cout < }


c. for (int item : items) {
cout < }

Computer Science & Information Technology

You might also like to view...

Comments appear in a Reviewing pane or in a(n) ________ -shaped graphic in the margin

Fill in the blank(s) with correct word

Computer Science & Information Technology

Each time you press the ____ key, Word carries forward custom tab stops to the next paragraph.

A. SHIFT B. RETURN C. CTRL D. F2

Computer Science & Information Technology

Which of the following fields enables you to add multiple files of different types to a table?

A) Attachment B) Text C) Caption D) OLE

Computer Science & Information Technology

____ is stylized text that is treated as an object.

A. WordArt B. SmartArt C. ClipArt D. TextArt

Computer Science & Information Technology