yes they are able to open , just want my code to read the file. Here is a sample of one the txt files
CorrectAnswers.txt
A
D
B
C
A
A
D
B
D
C
A
D
B
A
C
C
D
B
C
A
You are supposed to read the data into an char array and not in an array of string.
Write a program that reads the contents of the CorrectAnswers.txt file into a char array, and then reads the contents of another file, containing a students answers, into a second char array.