I need to create this with java but for some reasons it is not working out for me.All that needs to be placed in a textarea......H ELP!!
The cell phone must contain an array to hold a list of contacts. Each contact has a name and number. Make the size of the array 5 and be sure to account for increasing the array size if more than 5 numbers are added.
You should be able to add a contact to the list.
The cell phone must contain an array to hold a list of contacts. Each contact has a name and number. Make the size of the array 5 and be sure to account for increasing the array size if more than 5 numbers are added.
You should be able to add a contact to the list.
Comment