Which statement correctly passes the array items to method takeArray? Array items contains 10 elements.

a. takeArray(items[]).
b. takeArray(items).
c. takeArray(items[9]).
d. Arrays cannot be passed to methods—each item must be sent to the method separately.


b. takeArray(items).

Computer Science & Information Technology

You might also like to view...

________ is the practice of hiding information within other information.

a) Steganography. b) Cryptography. c) Information filtering. d) None of the above.

Computer Science & Information Technology

The argument and the parameters of a function

A. must agree in number, and identifier name. B. must agree in data type and identifier name. C. must agree in number and order. D. must agree in order and identifier name.

Computer Science & Information Technology

Windows Disk Cleanup is the utility to use whenever you want to defragment your hard drive.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When you position the Pen tool over a path, a(n) ____ appears.

A. anchor point B. small circle C. plus sign D. minus sign

Computer Science & Information Technology