guys, how to create a list using array and then you can insert, delete, find and display item in the list.
tnx in advnce
Last edited on
You write a list class that uses an array internally, and then provide insert, delete, find and display methods.
No problem. And if you ever have a specific question rather than just copying your homework, feel free to ask it.