I'm working on a program which deals with parallel arrays. The information is user entered and must be updated. I'm not sure if I wrote the user entering the information correctly and have no clue how to update the information. Please help.
Here's what your addphone() function is doing so far:
1.)declare three integers and initialize them to zero.
2.)then, have the user enter values for the three integers.
3.)then, reassign new values to the integers found in the array arguments, effectively discarding the user input.
4.)print add number of elements of the arrays.