Question: Please help. The code has to return the amount of time it takes to run each operation (add one element, add to front, delete one





![MyArrayList implements MyList { public static final int INITIAL_CAPACITY =16; private E]](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66df0069b0604_66566df00694e62e.jpg)
![data =(E[]) new Object[INITIAL_CAPACITY]; private int size =0;// Number of elements in](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66df006a4ec3b_66566df0069e1954.jpg)

Run code at least 5 times and record the average value for each test TASK 1. Run the code, calculate time it took in nano seconds to implement each operation. Provide a screenshot of at least one successful run of the 3:34 public class MyArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
