Ask a New Question
Search
Write a statement that assigns the length of an array named strAddressBook to a variable named
intAddressCount.
1 answer
intAddressCount = strAddressBook.length;
Ask a New Question
or
answer this question
.