For an assignment I have to create a program that reads two files. One (Student data file) containing multiple students' ID #s, semesters courses was taken, course names, course #s, the letter grade students received and the equivalent number grade. The other file (Courses info) includes the course names, course numbers, contact hours, and designated code. The professor wants us to create two separate files: one with all of the information in the Student Data file plus the contact hours and designated code for the matching courses. We can't use getline. I'm doing the first part and it's not working. Plus, I have no idea how to start the second part.