Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PROBLEM 20: You are given File1.txt and File2.txt which contains 100 integers & 20 integers respectively. You are to red n File 1.txt nd load
PROBLEM 20: You are given File1.txt and File2.txt which contains 100 integers & 20 integers respectively. You are to red n File 1.txt nd load the integers into your vector and linked list. File2.txt which contains 20 integers, will not all be in filel.txt. The progrm must: 1. read the integers from File2.txt 2. search it in your dat structure 3. remove/delete the value once the integer is found Print to the screen if the value is not found or construct COUT statement that it's not present. You must output the contents of the linked list while reading in every 50 integers from File1.txt You must output the final state of your dat structure after deleting 20 values from File2.txt In this program, integer data must be stored in linked list, and contents of the linked list will be modified after NOT ALLOWED list or something similar from the STL Standard Template Library. ALLOWED Strings, standard File LO. SPECIAL NOTES: Plese make it very simple and easy to red/comprehend by C++ newbie
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started