addTwoToFront

Complete the method AddTwoToFront which should add the numbers 7 and 3 respectively.


//There's a second version of add for lists in java!
void add(int index, E element): Inserts the specified element at the specified position in this list.

Type your solution        
Skills Practiced:
3.D
4.A
4.B
Copyright © StudyCS 2024 All rights reserved.