Students, please be sure to log in. This site does not use cookies and cannot store work submitted when not signed in.
Unit 7 Problems
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.