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

intAddressCount.

2 answers

int intAddressCount = strAddressBook.length;
intAddressCount = strAddressBook.length;