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...
C (Either of the above)
A) A COMMIT or ROLLBACK statement is issued. B) A DDL statement, such as CREATE, is issued. C) Either of the above statements D) None of the above
Computer Science & Information Technology
Choose the correct number expression in the following sentence. _____members will be selected to represent the club at the state competition.
A. ?11 B. ?Eleven
Computer Science & Information Technology