subject

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++

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 08:20
Evaluate the scenario below and indicate how to handle the matter appropriately. situation: michael received an e-mail from what he thought was his doctor’s office, requesting his social security number. since he had just been in to see his doctor last week, he replied to the e-mail with his social security number.
Answers: 2
question
Computers and Technology, 25.06.2019 01:30
Ashort circuit locator should be periodically run along the cords used in a shop to check for shorts and open circuits. a.)true b.)false
Answers: 2
question
Computers and Technology, 25.06.2019 04:10
8. create an abstract student class for parker university. the class contains fields for student id number, last name, and annual tuition. include a constructor that requires parameters for the id number and name. include get and set methods for each field; the settuition() method is abstract. create three student subclasses named undergraduatestudent, graduatestudent, and studentatlarge, each with a unique settuition() method. tuition for an undergraduatestudent is $4,000 per semester, tuition for a graduatestudent is $6,000 per semester, and tuition for a studentatlarge is $2,000 per semester. write an application that creates an array of at least six objects to demonstrate how the methods work for objects for each student type. save the files as student.java, undergraduatestudent.java, graduatestudent.java, studentatlarge.java, and studentdemo.java.
Answers: 1
question
Computers and Technology, 25.06.2019 07:00
What statement would cause polarization
Answers: 1
You know the right answer?
Redo programming exercise 6 of chapter 8 using dynamic arrays. the instructions have been posted for...
Questions
Questions on the website: 13722367