Task 1
Write algorithms in pseudocode to implement an
array.
The following operations must be performed on the array:
*Add an element
*Insert an element at a given position x.
*Retrieve/Read the value of an element at position y.
*Delete an element from position z.
*Clear all values from the array.
(x,y, and z represent any value in the valid range of indices of
the array).
Get Answers For Free
Most questions answered within 1 hours.