This is for my computer science 1 class (java). Your help isappreciated.
“Address book Program using ARRAY LIST.
Prompt the user to enter up to 100 address book entries. Anaddress book entry should contrain First name, Last name, and phonenumber.
Use partial filled arrays with array size of 20.
The program should implement viewing enviroment, so that if theuser wants to view only 15 enteries, the program prints only the15, not the whole 100.”
Note: use array list, not arrays.
Expert Answer
An answer will be send to you shortly. . . . .