Get comprehensive answers to your questions with the help of IDNLearn.com's community. Our community provides timely and precise responses to help you understand and solve any issue you face.

write a driver program (lists.cpp) that defines an integer list and a string list. after creating the two lists, use the input from intdata.dat and strdata.dat files to insert data into the linked lists. these files have one data item per line. insert the data items to their respective list objects. display the lists.