Other Member Functions
For insert, we would need to define what
it is that insert actually does
Does it insert at the beginning, at the end,
in sorted order?
The approach should be well documented
in the header file for any client program
using the software
Remember, insert should not prompt or
read from the user but rather get its data
through arguments from the client