Question: c++ For the following programming assignment email your source file with the extension cpp to the following address: zandf@uhv.edu Attach your program to an email
For the following programming assignment email your source file with the extension cpp to the following address: zandf@uhv.edu Attach your program to an email with the subject HW6 Sign your email submission with your full name. Submit a hard copy of your program in class and in person. Make sure you have your name and assigned number on the print-out. The program is due Monday April 23, at 2:30 pm. No late submissions will be accepted If your program does not compile, your submission is considered void. HW6. Name this program HW6.epp Wite a program that reads a series of identifiers from an input file and determines which ones are valid C++ identifiers. Remember identifiers can only include letters, digits, and underscore starting with a non-digit A file called data.txt includes unknown number of words listed one word per line. On each line, every word is immediately followed by a newline character. Please note that you should not send your input file as I will use mine. Your program is supposed to work with any input file that follows the format described above. The following is a sample of this input file: urName 3dlmage Samount part# y dayOfWeek sumOf2 count@Last odd&positive Your program then must display the list and the count of the valid identifiers on the screen. So an example for the above file would be: urName dayOfWeek sumOf2 Number of valid identifiers: 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
