Suppose an array reptiles is ["crocodile", "snake", "turtle", "lizard"]. To replace the second item with "chameleon", use the statement ___.

A. reptiles[1] = "chameleon";
B. reptiles[2] = "chameleon";
C. reptiles[3] = "chameleon";
D. "chameleon" = reptiles[1];
E. "chameleon" = reptiles[2];
F. "chameleon" = reptiles[3];

A. reptiles[1] = "chameleon";

Computer Science & Information Technology

You might also like to view...

________ allows restricted access to blobs, tables, containers and queues for a set time period.

a) Windows Cloud Foundation (WCF). b) Windows Azure AD Access Control. c) Active Directory Federation Services. d) Windows Azure Shared Access Signatures.

Computer Science & Information Technology

Visit the IT department at your school or at a local business and determine how the organization uses database management systems. Describe your findings in a memo.

What will be an ideal response?

Computer Science & Information Technology