Use appropriate method calls from the
List ADT to create the following list:
< listel1 listel2
| listel3 listel4 >
You should assume that L is passed to the function as an empty list.
Look at the list ADT, and use method calls from there to manipulate what is on list L.