Computers and Technology

Redo programming exercise 6 of chapter 8 using dynamic arrays. the instructions have been posted for your convenience. the history teacher at your school needs in grading a true/false test. the students’ ids and test answers are stored in a file. the first entry in the file contains answers to the test in the form: tffttftftfttevery other entry in the file is the student id, followed by a blank, followed by the student’s responses. for example, the entry: abc54301 tftftftt tftftffttftindicates that the student id is abc54301and the answer to question 1 is true, the answer to question 2 is false, and so on. this student did not answer question 9. the exam has 20 questions, and the class has more than 150 students. each correct answer is awarded two points, each wrong answer gets one point deducted, and no answer gets zero points. write a program that processes the test data. the output should be the student’s id, followed by the answers, followed by the test score, followed by the test grade. assume the following grade scale: 90%–100%, a; 80%–89.99%, b; 70%–79.99%, c; 60%–69.99%, d; and 0%–59.99%, f. i want in c++

answer
Answers: 1

Similar questions

Do you know the correct answer?
Redo programming exercise 6 of chapter 8 using dynamic arrays. the instructions have been posted for...

Questions in other subjects: