Write a statement that assigns the length of an array named strAddressBook to a variable named

intAddressCount.

1 answer

intAddressCount = strAddressBook.length;