Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Must use C++ on visual studios. Example input files Quintin Justin Drew William Beddhu example last name input file Donnelly Nunez Peusch Jackson Murali sample
Must use C++ on visual studios.
Example input files
Quintin
Justin
Drew
William
Beddhu
example last name input file
Donnelly
Nunez
Peusch
Jackson
Murali
sample output file
Donnelly, Quintin
Nunez, Justin
Peusch, Drew
Jackson, William
Murali, Beddhu
Quintin Donnelly
Justin Nunez
Drew Peusch
William Jackson
Beddhu Murali
-CSC 101 C https://us CSC 101L H002 > Assignments > Lab #4 Spr 2019 Lab # 4 Submit Assignment Home Due Wednesday by 11:59pm Points 100 Submitting a file upload Available Feb 27 at 12am - Feb 27 at 11:59pm 1 day File Types cpp, png. jpg, zip, tgz, and h Assignments In this assignment, you are to take in input from two files: one file containing a list of five first names and one file containing a list of five last names. Using this input, you are to generate two output files listing the full names as "FirstName LastName" and LastName, FirstName" with each full name being displayed on a new line as shown in the example files below. The first name will be on the same line number as the corresponding last name. Grades People Files Syllabus Quizzes Modules Conferences Collaborations Chat Office 365 Input Files: Inbox firstNames.txt Help & Sample Output Files: lastNameFirstName.txt a Output File Names should be "firstNameLastName.txt" and "lastNameFirstName.txt MPruitt Lab 4.1 (2).cpp Show allX ^ 1206 PM O Type here to search 220192Step 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