Question: please read all instructions as it has to be done in a certain way. here is orogramming challenge 14 it refrences. the names in the


25. Using Files--Student Line Up Modify the Student Line Up program described in Programming Challenge 14 so it gers the names from a file. Names should be read in until there is no more data to read. If you have downloaded this book's source code you will find a file named LineUp.txt in the Chapter 05 folder. You can use this file to test the program. packie Sam Tom Bill Mary Paul Zey Barb Question to be worked on is : Programming Challenge 25: Using Files - Student Lineup(Page 302) For Programming Challenge 25, The program should prompt the user for the filename, Make sure the user enters a file name. If no file name is entered, then an error message should be displayed and the user should be asked again to enter the file name. If the file does not exist, make sure the user is given a message indicating that that the file does not exist. No processing should be done if the file does not exist . You will need to send me the cpp file only. While saving your C++ application, name the application file and cpp file using the format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
