Explore Westonci.ca, the premier Q&A site that helps you find precise answers to your questions, no matter the topic. Ask your questions and receive detailed answers from professionals with extensive experience in various fields. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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.