subject

In part 1 you will be creating a quiz grading program. you will compare the student's answers with the correct answers, and determine if the student passed the quiz or not. the program will make use of two parallel arrays. each array must be able to support up to 20 characters (so you have two arrays of chars, each one with 20 elements). your program will need to read in the student input file name from cin. it will also need to read in the answer file name from cin. the contents of the student input file should be read into one char array. the file will contain 20 characters, each character on a separate line of the file. the first line in the input file will contain the students answer to the first question, the second line will contain the student's answer to the 2nd question, and so on for 20 questions. the answers are a, b, c or d (all upper case). the answer file will be read in as well, one answer per line for 20 answers. the first line of text is the answer for question 1, then second line is the answer for question 2, and so on. as always, close the input files when you are done with them. your program needs to determine the number of questions that the student missed and then display the following:

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 04:00
When you collaborate or meet with a person or group online, it is called
Answers: 1
question
Computers and Technology, 23.06.2019 01:00
Let r be a robotic arm with a fixed base and seven links. the last joint of r is a prismatic joint, the other ones are revolute joints. give a set of parameters that determines a placement of r. what is the dimension of the configuration space resulting from your choice of parameters?
Answers: 3
question
Computers and Technology, 23.06.2019 10:00
What is estimated time of arrival (eta)? a device that measures the acceleration (the rate of change of velocity) of an item and is used to track truck speeds or taxi cab speeds a gps technology adventure game that posts the longitude and latitude location for an item on the internet for users to find a north/south measurement of position the time of day of an expected arrival at a certain destination and is typically used for navigation applications
Answers: 3
question
Computers and Technology, 24.06.2019 07:50
Write a defining table and then a program that determines if you can sleep in or not. your program should get all its input from your computer’s clock. on all weekdays (monday through friday) that are not holidays, your program should output “get up! ” on all other days (weekends and holidays), your program should output “sleep in.” the three holidays that your program must check for are january 1 (new year’s day), july 4 (u.s. independence day), and december 25 (christmas). you don’t need to include other holidays in your program because most other holidays do not occur on a fixed day each year.
Answers: 1
You know the right answer?
In part 1 you will be creating a quiz grading program. you will compare the student's answers with t...
Questions
question
Chemistry, 06.10.2019 22:30