Which operation will write val to the item at position i in anArray?

A. anArray[i] = val;
B. anArray[i] = val;
C. anArray.val[i];
D. val = anArray[i];

Answer: B

Computer Science & Information Technology

You might also like to view...

When you ________ text from a document, a copy is placed in the Clipboard and the original remains in the document

A) cut B) Save As C) paste D) copy

Computer Science & Information Technology

When a window is maximized, click the ________ button to resize the window to its previous size

A) Close B) Minimize C) Restore Down D) Maximize

Computer Science & Information Technology