Ask the user to input a filename
- The specified file should be in the same directory as your executable program
- Display the contents of the file by using a shell command (example: type )
Read data from the input text file
- The file will contain information about multiple people
- The format of each line in the the input file should be: FirstName, LastName, EmailAddress
- Once all the data has been read, the input file should be closed and DELETED
Format and output the data
- The stored data should be formatted as LastName, FirstName, EmailAddress
- This data should be written to an output file of the SAME NAME as the input file
|
| |||||||||||||||||||
feedback
|
closed as not a real question by Macmade, Binyamin Sharet, Antal S-Z, Andreas Brinck, Martin Beckett Aug 17 '11 at 19:14
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.