i have a problem to simulate program on array-based list :rolleyes: :sad: .The array can store 10 integer value.The application should be perform basic operation such as inserting,deleting and displaying the array's content :rolleyes: .Any extra operation are welcome.The application should promt user a menu as follow :
1)insert value
2)delete value
3)display value
4)exit
you are free to perform either forward or backword approach for inserting process.for deleting purpose: remove the most front element in the list.
Plez help me ur guys :) :cry: :-|