Question: C + + Programming Challenge: 1 1 - Exam Grader ( parallel arrays ) The input files are single characters ( A , B ,
C Programming Challenge: Exam Grader parallel arrays The input files are single characters A B C D X Y Z one per line. Use functions as appropriate to perform the various tasks required. Use the sample input files provided on Moodle for your screen shot. As always, prompt the user for the two file names. As always, output should be appropriately formatted. Deliverables: The cpp file and screen shot for this Programming Challenge.
I need this to ask the user for any file name to read.Exam Grader
One of your professors has asked you to write a program to grade her final exams, which
consist of only multiplechoice questions. Each question has one of four possible
answers: A B C or D The file CorrectAnswers.txt contains the correct answers for all
of the questions, with each answer written on a separate line. The first line contains the
answer to the first question, the second line contains the answer to the second question,
and so forth. Download the book's source code from the Computer Science Portal at
wwwpearsonhighered.comgaddis You will find the file in the Chapter folder.
Write a program that reads the contents of the CorrectAnswers.txt file into a char
array, then reads the contents of another file, containing a student's answers, into a
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
