If a user runs driver2, inserts 5 items, and when displayed, the last item inserted is displayed 5 times, what is the likely cause?
a) Display method bug
b) Insert method bug
c) Memory allocation issue
d) Stack overflow